angular-docs-cn/scripts/deploy-install.sh
2016-07-14 14:15:49 -07:00

5 lines
127 B
Bash
Executable File

#!/usr/bin/env bash
set -ex -o pipefail
(cd ../ && git clone https://github.com/angular/angular.git --branch $LATEST_RELEASE)