From f77d8aaec3b521fadfa36b72b6c24fdee1a1fd07 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Fri, 11 Jul 2014 14:50:31 -0400
Subject: [PATCH] disable sticky versions

---
 bin/compile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/compile b/bin/compile
index f187a680..28525531 100755
--- a/bin/compile
+++ b/bin/compile
@@ -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
-- 
GitLab