From 6bb17af2e383bab3cadad011fd0240c7e2800bdf Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Fri, 14 Mar 2014 14:48:56 -0700 Subject: 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. --- scripts/jenkins/release.sh | 4 ++-- 1 file 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 { -- cgit v1.2.3