This commit is contained in:
Kenneth Reitz
2012-05-30 02:43:08 -04:00
parent 2058b3c5bf
commit 8b55e73f77
-1
View File
@@ -210,7 +210,6 @@ set -e
# Store new artifacts in cache.
for dir in $CACHED_DIRS; do
rm -rf $CACHE_DIR/$dir
cp -R $dir $CACHE_DIR/
done