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

5 lines
127 B
Bash
Raw Normal View History

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