This commit is contained in:
2015-10-13 10:17:29 -04:00
parent b46cc0c6da
commit beb8c70585
+2 -2
View File
@@ -209,8 +209,8 @@ bpwatch stop post_compile
# Store new artifacts in cache.
bpwatch start dump_cache
rm -rf $CACHE_DIR/$dir
cp -R $dir $CACHE_DIR/
rm -rf $CACHE_DIR/$CACHED_DIR
cp -R $CACHED_DIR $CACHE_DIR/
bpwatch stop dump_cache
# ### Fin.