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

more final

parent e5fa0473
No related branches found
No related tags found
No related merge requests found
...@@ -126,11 +126,7 @@ fi ...@@ -126,11 +126,7 @@ fi
# Restore old artifacts from the cache. # Restore old artifacts from the cache.
for dir in $CACHED_DIRS; do for dir in $CACHED_DIRS; do
echo "copying $dir..."
echo "$ ls $CACHE_DIR/$dir"
ls $CACHE_DIR/$dir
cp -R $CACHE_DIR/$dir . &> /dev/null || true cp -R $CACHE_DIR/$dir . &> /dev/null || true
ls $dir
done done
...@@ -200,14 +196,9 @@ set -e ...@@ -200,14 +196,9 @@ set -e
# Store new artifacts in cache. # Store new artifacts in cache.
for dir in $CACHED_DIRS; do for dir in $CACHED_DIRS; do
echo "copying $dir..."
echo "$ ls $CACHE_DIR/$dir"
ls $CACHE_DIR/$dir
rm -rf $CACHE_DIR/$dir rm -rf $CACHE_DIR/$dir
ls $dir
cp -R $dir $CACHE_DIR/ cp -R $dir $CACHE_DIR/
ls $CACHE_DIR/
done done
# ### Fin. # ### Fin.
\ No newline at end of file
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