chore(ci): add check-deploy to CI

closes #1867
This commit is contained in:
Filipe Silva
2016-07-11 15:54:29 +01:00
committed by Ward Bell
parent abd860c3ca
commit abe9dbe092
7 changed files with 38 additions and 18 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -ex -o pipefail
./scripts/deploy-install.sh
(cd ../angular && git checkout master)
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -ex -o pipefail
(cd ../ && git clone https://github.com/angular/angular.git --branch $LATEST_RELEASE)
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -ex -o pipefail
./scripts/examples-install.sh
(cd public/docs/_examples && npm install angular/{core,common,compiler,platform-browser,platform-browser-dynamic,http,forms,router-deprecated,router,upgrade}-builds --no-optional)
@@ -2,7 +2,6 @@
set -ex -o pipefail
npm install --no-optional
(cd public/docs/_examples && npm install --no-optional)
(cd public/docs/_examples/_protractor && npm install --no-optional)
npm run webdriver:update --prefix public/docs/_examples/_protractor