envrc: empty bw git deploy cache
This commit is contained in:
parent
5fd9452a6c
commit
5647654135
1 changed files with 1 additions and 0 deletions
1
.envrc
1
.envrc
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue