chore(scripts): disable testing seed and phonecat during a release

This reverts commit d5294ebfa0.

It turned out to be more work and I don't wanna deal with it right now.
This commit is contained in:
Vojta Jina
2014-03-14 14:48:56 -07:00
parent d5294ebfa0
commit e888dde3c5

View File

@@ -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
../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
}
function run {