Commit 74af9413 authored by Kenneth Reitz's avatar Kenneth Reitz

try hardcoding it in

parent 24cc2738
...@@ -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
......
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