Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 6bb17af

Browse files
vojtajinatbosch
authored andcommitted
chore(scripts): disable testing seed and phonecat during a release
This reverts commit d5294eb. It turned out to be more work and I don't wanna deal with it right now.
1 parent 505ead7 commit 6bb17af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/jenkins/release.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ function phase {
5656

5757
../code.angularjs.org/publish.sh $ACTION_ARG $VERBOSE_ARG
5858
../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
59+
../angular-seed/publish.sh $ACTION_ARG $VERBOSE_ARG --no-test=true
60+
../angular-phonecat/publish.sh $ACTION_ARG $VERBOSE_ARG --no-test=true
6161
}
6262

6363
function run {

0 commit comments

Comments
 (0)