From 564765413504686a4a3a32c4e7983d3e03c095ab Mon Sep 17 00:00:00 2001 From: mwiegand Date: Wed, 1 Jun 2022 19:50:58 +0200 Subject: [PATCH] envrc: empty bw git deploy cache --- .envrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.envrc b/.envrc index f61f738..5bfad33 100644 --- a/.envrc +++ b/.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"