Commit 67063fc3 authored by Kenneth Reitz's avatar Kenneth Reitz

fix

parent 21dd1782
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment