diff options
| author | Vojta Jina | 2014-03-14 14:48:56 -0700 | 
|---|---|---|
| committer | Vojta Jina | 2014-03-14 14:48:56 -0700 | 
| commit | e888dde3c569ca117380ed63c0d3d7c7ffd7071c (patch) | |
| tree | c2207433f65a391e9cd0cb93f4e73c7d2c80c0cb /scripts/jenkins/release.sh | |
| parent | d5294ebfa0e762d4a891a17869b7a14f99113d5a (diff) | |
| download | angular.js-e888dde3c569ca117380ed63c0d3d7c7ffd7071c.tar.bz2 | |
chore(scripts): disable testing seed and phonecat during a release
This reverts commit d5294ebfa0e762d4a891a17869b7a14f99113d5a.
It turned out to be more work and I don't wanna deal with it right now.
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 c02f253f..bb512f70 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 -  ../angular-phonecat/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  }  function run { | 
