Skip to content

Commit

Permalink
Fix CACHED_PYTHON_STACK workflow; update default stack to cedar-14
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz committed Feb 25, 2016
1 parent 477773b commit 7b4835a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ VIRTUALENV_LOC=".heroku/venv"
LEGACY_TRIGGER="lib/python2.7"

DEFAULT_PYTHON_VERSION="python-2.7.11"
DEFAULT_PYTHON_STACK="cedar"
DEFAULT_PYTHON_STACK="cedar-14"
PYTHON_EXE="/app/.heroku/python/bin/python"
PIP_VERSION="8.0.2"
SETUPTOOLS_VERSION="19.6"
Expand Down Expand Up @@ -147,7 +147,7 @@ fi
if [ -f $CACHE_DIR/.heroku/python-stack ]; then
CACHED_PYTHON_STACK=$(cat $CACHE_DIR/.heroku/python-stack)
else
CACHED_PYTHON_STACK=$DEFAULT_PYTHON_STACK
CACHED_PYTHON_STACK=$STACK
fi

# If no runtime given, assume default version.
Expand Down

0 comments on commit 7b4835a

Please sign in to comment.