gitignore cache

This commit is contained in:
bel
2022-10-18 16:09:30 -06:00
parent 23b6271f36
commit eda630dcde
5 changed files with 13 additions and 192 deletions

View File

@@ -3,8 +3,15 @@
set -o pipefail
set -e
pushd ./json-resume/
bash ./build.sh
popd
if ! which firebase; then
echo curl -sL https://firebase.tools | upgrade=true bash
f="$(mktemp)"
curl -sL https://firebase.tools > "$f"
export upgrade=true
sudo bash "$f"
fi
outdir=./deploy