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

fix bug in cache_dir

parent 44b2ef0c
No related branches found
No related tags found
No related merge requests found
...@@ -146,7 +146,7 @@ bpwatch stop clear_old_venvs ...@@ -146,7 +146,7 @@ bpwatch stop clear_old_venvs
# Restore old artifacts from the cache. # Restore old artifacts from the cache.
bpwatch start restore_cache bpwatch start restore_cache
mkdir -p $CACHEDIR/$CACHED_DIR mkdir -p $CACHE_DIR/$CACHED_DIR
for dir in $CACHED_DIRS; do for dir in $CACHED_DIRS; do
cp -R $CACHE_DIR/$dir . &> /dev/null || true cp -R $CACHE_DIR/$dir . &> /dev/null || true
done done
......
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