diff options
| author | Vojta Jina | 2014-03-14 14:48:56 -0700 |
|---|---|---|
| committer | Tobias Bosch | 2014-03-20 14:03:41 -0700 |
| commit | 6bb17af2e383bab3cadad011fd0240c7e2800bdf (patch) | |
| tree | d530067cb937f6c0a79c824dcd8f63c400c1199f | |
| parent | 505ead7e587c94e425634ff6bb97530ad25e7da3 (diff) | |
| download | angular.js-6bb17af2e383bab3cadad011fd0240c7e2800bdf.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.
| -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 { |
