diff options
| author | Vojta Jina | 2014-03-14 14:24:43 -0700 | 
|---|---|---|
| committer | Tobias Bosch | 2014-03-20 14:03:35 -0700 | 
| commit | 505ead7e587c94e425634ff6bb97530ad25e7da3 (patch) | |
| tree | a4a7d736d79a4a42a7d8037f73ecda25931f80d9 /scripts/jenkins/release.sh | |
| parent | 1da4e8938598b22373c8a252c7dc1f7e2334ed3f (diff) | |
| download | angular.js-505ead7e587c94e425634ff6bb97530ad25e7da3.tar.bz2 | |
chore(scripts): test seed and phonecat during a release
Diffstat (limited to 'scripts/jenkins/release.sh')
| -rwxr-xr-x | scripts/jenkins/release.sh | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/scripts/jenkins/release.sh b/scripts/jenkins/release.sh index bb512f70..c02f253f 100755 --- a/scripts/jenkins/release.sh +++ b/scripts/jenkins/release.sh @@ -56,8 +56,8 @@ function phase {    ../code.angularjs.org/publish.sh $ACTION_ARG $VERBOSE_ARG    ../bower/publish.sh $ACTION_ARG $VERBOSE_ARG -  ../angular-seed/publish.sh $ACTION_ARG $VERBOSE_ARG --no-test=true -  ../angular-phonecat/publish.sh $ACTION_ARG $VERBOSE_ARG --no-test=true +  ../angular-seed/publish.sh $ACTION_ARG $VERBOSE_ARG +  ../angular-phonecat/publish.sh $ACTION_ARG $VERBOSE_ARG  }  function run { | 
