envrc: empty bw git deploy cache

This commit is contained in:
mwiegand 2022-06-01 19:50:58 +02:00
parent 5fd9452a6c
commit 5647654135

1
.envrc
View file

@ -5,6 +5,7 @@ source ./.venv/bin/activate
PATH_add .venv/bin
python3 -m pip install --upgrade pip
rm -rf .cache/bw/git_deploy
export BW_GIT_DEPLOY_CACHE=.cache/bw/git_deploy
export EXPERIMENTAL_UPLOAD_VIA_CAT=1
mkdir -p "$BW_GIT_DEPLOY_CACHE"