6 lines
109 B
Bash
6 lines
109 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -ex -o pipefail
|
||
|
|
||
|
./scripts/deploy-install.sh
|
||
|
(cd ../angular && git checkout master)
|