diff options
| author | Vojta Jina | 2014-03-14 14:24:43 -0700 | 
|---|---|---|
| committer | Vojta Jina | 2014-03-14 14:24:43 -0700 | 
| commit | d5294ebfa0e762d4a891a17869b7a14f99113d5a (patch) | |
| tree | 76184f361e92e731be12ced56deaf47b7ae2ccaa /scripts/jenkins/release.sh | |
| parent | 6d6ebf7c61d8ae18175f5b08395ed25e731f03d7 (diff) | |
| download | angular.js-d5294ebfa0e762d4a891a17869b7a14f99113d5a.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 { | 
