7 lines
119 B
Bash
Executable File
7 lines
119 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex -o pipefail
|
|
|
|
./scripts/deploy-install.sh
|
|
(cd ../angular && git checkout $PREVIEW_BRANCH)
|