EXPERIMENTAL_UPLOAD_VIA_CAT

This commit is contained in:
mwiegand 2022-02-15 16:41:42 +01:00
parent f19a8eb6a8
commit a759bbf58c

1
.envrc
View file

@ -4,5 +4,6 @@ python3 -m venv .venv
source ./.venv/bin/activate
export BW_GIT_DEPLOY_CACHE=.cache/bw/git_deploy
export EXPERIMENTAL_UPLOAD_VIA_CAT=1
mkdir -p "$BW_GIT_DEPLOY_CACHE"
unset PS1