angular-docs-cn/scripts/deploy-install-preview.sh

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)