diff options
| -rwxr-xr-x | scripts/jenkins/release.sh | 4 | 
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 { | 
