Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 18 lines (13 sloc) 374 Bytes
#!/bin/bash
set -ex
# cd to the root of the repo.
cd $(dirname $(dirname $0))
echo "Testing 0-base"
tilt ci --file 0-base/Tiltfile
tilt down --file 0-base/Tiltfile
echo "Testing 1-measured"
tilt ci --file 1-measured/Tiltfile
tilt down --file 1-measured/Tiltfile
echo "Testing 2-recommended"
tilt ci --file 2-recommended/Tiltfile
tilt down --file 2-recommended/Tiltfile