Skip to content

Commit

Permalink
chore(release): don't update phonecat and seed during a release
Browse files Browse the repository at this point in the history
This is no more needed as phonecat and seed are using bower
now to get the angular version.
  • Loading branch information
tbosch committed Mar 26, 2014
1 parent 47ba601 commit d6d7fe4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 101 deletions.
54 changes: 0 additions & 54 deletions scripts/angular-phonecat/publish.sh

This file was deleted.

44 changes: 0 additions & 44 deletions scripts/angular-seed/publish.sh

This file was deleted.

4 changes: 1 addition & 3 deletions scripts/jenkins/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,10 @@ 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
}

function run {
# First prepare all scripts (build, test, commit, tag, ...),
# First prepare all scripts (build, commit, tag, ...),
# so we are sure everything is all right
phase prepare
# only then publish to github
Expand Down

0 comments on commit d6d7fe4

Please sign in to comment.