mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
more final
This commit is contained in:
@@ -126,11 +126,7 @@ fi
|
||||
|
||||
# Restore old artifacts from the cache.
|
||||
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
|
||||
ls $dir
|
||||
done
|
||||
|
||||
|
||||
@@ -200,14 +196,9 @@ set -e
|
||||
|
||||
# Store new artifacts in cache.
|
||||
for dir in $CACHED_DIRS; do
|
||||
echo "copying $dir..."
|
||||
echo "$ ls $CACHE_DIR/$dir"
|
||||
ls $CACHE_DIR/$dir
|
||||
|
||||
rm -rf $CACHE_DIR/$dir
|
||||
ls $dir
|
||||
cp -R $dir $CACHE_DIR/
|
||||
ls $CACHE_DIR/
|
||||
done
|
||||
|
||||
# ### Fin.
|
||||
Reference in New Issue
Block a user