github.com/tilt-dev/tilt@v0.33.15-0.20240515162809-0a22ed45d8a0/scripts/test-extensions.sh (about) 1 #!/bin/sh 2 # 3 # Checkout extensions to a temporary directory and run tilt against them. 4 5 set -ex 6 7 DIR=$(mktemp -d) 8 git clone https://github.com/tilt-dev/tilt-extensions "$DIR" 9 cd "$DIR" 10 export TILT_WEB_MODE="prod" 11 timeout 1000s ./test.sh