Commit f77d8aae authored by Kenneth Reitz's avatar Kenneth Reitz

disable sticky versions

parent 4c2b8671
......@@ -104,9 +104,9 @@ if [ ! -f requirements.txt ]; then
fi
# Sticky runtimes.
if [ -f $CACHE_DIR/.heroku/python-version ]; then
DEFAULT_PYTHON_VERSION=$(cat $CACHE_DIR/.heroku/python-version)
fi
# if [ -f $CACHE_DIR/.heroku/python-version ]; then
# DEFAULT_PYTHON_VERSION=$(cat $CACHE_DIR/.heroku/python-version)
# fi
# If no runtime given, assume default version.
if [ ! -f runtime.txt ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment