disable sticky versions

This commit is contained in:
Kenneth Reitz
2014-07-11 14:50:31 -04:00
parent 4c2b867172
commit f77d8aaec3
+3 -3
View File
@@ -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