mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
disable sticky versions
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user