Skip to content
Snippets Groups Projects
Commit 555d5bd2 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

cp the cache

parent 0a4d32c8
No related branches found
No related tags found
No related merge requests found
...@@ -142,6 +142,11 @@ bpwatch start restore_cache ...@@ -142,6 +142,11 @@ bpwatch start restore_cache
cp -R $CACHE_DIR/.heroku/vendor .heroku/ &> /dev/null || true cp -R $CACHE_DIR/.heroku/vendor .heroku/ &> /dev/null || true
cp -R $CACHE_DIR/.heroku/venv .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 bpwatch stop restore_cache
mkdir -p $(dirname $PROFILE_PATH) mkdir -p $(dirname $PROFILE_PATH)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment