Skip to content
Snippets Groups Projects
Commit 7b4835a9 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

Fix CACHED_PYTHON_STACK workflow; update default stack to cedar-14

parent 477773b3
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ VIRTUALENV_LOC=".heroku/venv" ...@@ -32,7 +32,7 @@ VIRTUALENV_LOC=".heroku/venv"
LEGACY_TRIGGER="lib/python2.7" LEGACY_TRIGGER="lib/python2.7"
DEFAULT_PYTHON_VERSION="python-2.7.11" DEFAULT_PYTHON_VERSION="python-2.7.11"
DEFAULT_PYTHON_STACK="cedar" DEFAULT_PYTHON_STACK="cedar-14"
PYTHON_EXE="/app/.heroku/python/bin/python" PYTHON_EXE="/app/.heroku/python/bin/python"
PIP_VERSION="8.0.2" PIP_VERSION="8.0.2"
SETUPTOOLS_VERSION="19.6" SETUPTOOLS_VERSION="19.6"
...@@ -147,7 +147,7 @@ fi ...@@ -147,7 +147,7 @@ fi
if [ -f $CACHE_DIR/.heroku/python-stack ]; then if [ -f $CACHE_DIR/.heroku/python-stack ]; then
CACHED_PYTHON_STACK=$(cat $CACHE_DIR/.heroku/python-stack) CACHED_PYTHON_STACK=$(cat $CACHE_DIR/.heroku/python-stack)
else else
CACHED_PYTHON_STACK=$DEFAULT_PYTHON_STACK CACHED_PYTHON_STACK=$STACK
fi fi
# If no runtime given, assume default version. # If no runtime given, assume default version.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment