diff --git a/bin/compile b/bin/compile
index a748701429c88af8bb46681a527ec40a9bf62fa9..1601579f8beb88e47b5e3c3952d3e2079440b19a 100755
--- a/bin/compile
+++ b/bin/compile
@@ -221,7 +221,7 @@ bpwatch start dump_cache
   mkdir -p $CACHE_DIR/.heroku
   cp -R .heroku/python $CACHE_DIR/.heroku/
   cp -R .heroku/python-version $CACHE_DIR/.heroku/
-  cp -R .heroku/python-stack $CACHE_DIR/.heroku/
+  cp -R .heroku/python-stack $CACHE_DIR/.heroku/ &> /dev/null || true
   cp -R .heroku/vendor $CACHE_DIR/.heroku/ &> /dev/null || true
   cp -R .heroku/venv $CACHE_DIR/.heroku/ &> /dev/null || true