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

remove old virtualenvs

parent 1687f1cf
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,7 @@ mkdir -p $CACHE_DIR
# Purge "old-style" virtualenvs.
[ -d $CACHE_DIR/$LEGACY_TRIGGER ] && rm -fr $CACHE_DIR/*
[ -d $CACHE_DIR/$VIRTUALENV_LOC ] && rm -fr $CACHE_DIR/*
# Restore old artifacts from the cache.
for dir in $CACHED_DIRS; do
......
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