Files

7 lines
119 B
Bash
Raw Permalink Normal View History

2016-07-11 15:54:29 +01:00
#!/usr/bin/env bash
set -ex -o pipefail
./scripts/deploy-install.sh
(cd ../angular && git checkout $PREVIEW_BRANCH)