aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVojta Jina2014-03-14 14:24:43 -0700
committerVojta Jina2014-03-14 14:24:43 -0700
commitd5294ebfa0e762d4a891a17869b7a14f99113d5a (patch)
tree76184f361e92e731be12ced56deaf47b7ae2ccaa
parent6d6ebf7c61d8ae18175f5b08395ed25e731f03d7 (diff)
downloadangular.js-d5294ebfa0e762d4a891a17869b7a14f99113d5a.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 {