This commit is contained in:
2015-10-13 10:27:03 -04:00
parent 21dd1782fa
commit 67063fc34f
+1 -1
View File
@@ -228,7 +228,7 @@ fi
# Remove all non-whitelisted objects from cache.
cd $CACHED_DIR
find . -type f -not \( -name 'python' -or -name 'python-version' -or -name 'python-stack' -or -name 'vendor' -or -name 'venv'\) -delete
find . -type f -not \( -name 'python' -or -name 'python-version' -or -name 'python-stack' -or -name 'vendor' -or -name 'venv' \) -delete
cd $BUILD_DIR
# Store new artifacts in cache.