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

Commit 505ead7

Browse files
vojtajinatbosch
authored andcommitted
chore(scripts): test seed and phonecat during a release
1 parent 1da4e89 commit 505ead7

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

6363
function run {

0 commit comments

Comments
 (0)