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

cleanup

parent b46cc0c6
No related branches found
No related tags found
No related merge requests found
...@@ -209,8 +209,8 @@ bpwatch stop post_compile ...@@ -209,8 +209,8 @@ bpwatch stop post_compile
# Store new artifacts in cache. # Store new artifacts in cache.
bpwatch start dump_cache bpwatch start dump_cache
rm -rf $CACHE_DIR/$dir rm -rf $CACHE_DIR/$CACHED_DIR
cp -R $dir $CACHE_DIR/ cp -R $CACHED_DIR $CACHE_DIR/
bpwatch stop dump_cache bpwatch stop dump_cache
# ### Fin. # ### Fin.
......
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