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

try hardcoding it in

parent 24cc2738
No related branches found
No related tags found
No related merge requests found
...@@ -152,7 +152,7 @@ bpwatch stop restore_cache ...@@ -152,7 +152,7 @@ bpwatch stop restore_cache
# Cleanup what's in the cache. # Cleanup what's in the cache.
cd $CACHED_DIR cd $CACHED_DIR
rm !($WHITELISTED_CACHE_ENTRIES) rm !(python|python-stack|python-version|venv|vendor)
cd $BUILD_DIR cd $BUILD_DIR
set +e set +e
......
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