cp the cache

This commit is contained in:
2016-12-19 16:42:33 -05:00
parent 0a4d32c8a5
commit 555d5bd2be
+5
View File
@@ -142,6 +142,11 @@ bpwatch start restore_cache
cp -R $CACHE_DIR/.heroku/vendor .heroku/ &> /dev/null || true
cp -R $CACHE_DIR/.heroku/venv .heroku/ &> /dev/null || true
if [[ -d $CACHE_DIR/.heroku/src ]]; then
cp -R $CACHE_DIR/.heroku/src .heroku/ &> /dev/null || true
fi
bpwatch stop restore_cache
mkdir -p $(dirname $PROFILE_PATH)