bundlewrap/.envrc
2022-02-15 16:41:42 +01:00

9 lines
199 B
Bash

#!/usr/bin/env bash
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