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

debug

parent c78bf770
No related branches found
No related tags found
No related merge requests found
...@@ -147,6 +147,7 @@ bpwatch stop clear_old_venvs ...@@ -147,6 +147,7 @@ bpwatch stop clear_old_venvs
bpwatch start restore_cache bpwatch start restore_cache
# cp -R $CACHE_DIR/$CACHED_DIR . &> /dev/null || true # cp -R $CACHE_DIR/$CACHED_DIR . &> /dev/null || true
ls -a $CACHE_DIR
# python vendor python-stack python-version venv # python vendor python-stack python-version venv
cp -R $CACHE_DIR/$CACHED_DIR/python $CACHED_DIR/python &> /dev/null || true cp -R $CACHE_DIR/$CACHED_DIR/python $CACHED_DIR/python &> /dev/null || true
cp -R $CACHE_DIR/$CACHED_DIR/python-stack $CACHED_DIR/python-stack &> /dev/null || true cp -R $CACHE_DIR/$CACHED_DIR/python-stack $CACHED_DIR/python-stack &> /dev/null || true
......
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