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

fix

parent 21dd1782
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
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