diff --git a/bin/compile b/bin/compile index 64055941b7802a5cd0aa6c22951fec2a0aa230b5..4632f2afd721dbc47455147ef7628e313ddba003 100755 --- a/bin/compile +++ b/bin/compile @@ -148,6 +148,7 @@ bpwatch stop clear_old_venvs bpwatch start restore_cache mkdir -p $CACHE_DIR/$CACHED_DIR for dir in $CACHED_DIRS; do + echo "cp -R $CACHE_DIR/$dir ." cp -R $CACHE_DIR/$dir . &> /dev/null || true done bpwatch stop restore_cache