From 505ead7e587c94e425634ff6bb97530ad25e7da3 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Fri, 14 Mar 2014 14:24:43 -0700 Subject: chore(scripts): test seed and phonecat during a release --- scripts/jenkins/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/jenkins/release.sh') 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 { -- cgit v1.2.3