We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5294eb commit e888ddeCopy full SHA for e888dde
1 file changed
scripts/jenkins/release.sh
@@ -56,8 +56,8 @@ function phase {
56
57
../code.angularjs.org/publish.sh $ACTION_ARG $VERBOSE_ARG
58
../bower/publish.sh $ACTION_ARG $VERBOSE_ARG
59
- ../angular-seed/publish.sh $ACTION_ARG $VERBOSE_ARG
60
- ../angular-phonecat/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
61
}
62
63
function run {
0 commit comments