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

mkdir-p

parent f7387427
No related branches found
No related tags found
No related merge requests found
...@@ -218,6 +218,8 @@ bpwatch stop post_compile ...@@ -218,6 +218,8 @@ bpwatch stop post_compile
# Store new artifacts in cache. # Store new artifacts in cache.
bpwatch start dump_cache bpwatch start dump_cache
mkdir -p $CACHE_DIR/$CACHED_DIR
# python vendor python-stack python-version venv # python vendor python-stack python-version venv
rm -rf $CACHE_DIR/$CACHED_DIR/python rm -rf $CACHE_DIR/$CACHED_DIR/python
cp -R $CACHED_DIR/python $CACHE_DIR/$CACHED_DIR/python cp -R $CACHED_DIR/python $CACHE_DIR/$CACHED_DIR/python
...@@ -233,6 +235,8 @@ bpwatch start dump_cache ...@@ -233,6 +235,8 @@ bpwatch start dump_cache
rm -rf $CACHE_DIR/$CACHED_DIR/venv rm -rf $CACHE_DIR/$CACHED_DIR/venv
cp -R $CACHED_DIR/venv $CACHE_DIR/$CACHED_DIR/venv &> /dev/null || true cp -R $CACHED_DIR/venv $CACHE_DIR/$CACHED_DIR/venv &> /dev/null || true
mkdir -p $CACHE_DIR/$CACHED_DIR
bpwatch stop dump_cache bpwatch stop dump_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