aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVojta Jina2014-03-14 14:24:43 -0700
committerTobias Bosch2014-03-20 14:03:35 -0700
commit505ead7e587c94e425634ff6bb97530ad25e7da3 (patch)
treea4a7d736d79a4a42a7d8037f73ecda25931f80d9
parent1da4e8938598b22373c8a252c7dc1f7e2334ed3f (diff)
downloadangular.js-505ead7e587c94e425634ff6bb97530ad25e7da3.tar.bz2
chore(scripts): test seed and phonecat during a release
-rwxr-xr-xscripts/jenkins/release.sh4
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 {