diff --git a/scripts/jenkins/release.sh b/scripts/jenkins/release.sh index bb512f703..c02f253fa 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 {