File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,3 @@ deploy:
2727 on : # The branch and repo that triggered the build
2828 branch : master
2929 condition : $TRAVIS_REPO_SLUG = "patternfly/angular-patternfly"
30-
31- notifications :
32- email :
33-
Original file line number Diff line number Diff line change 33set -o errexit -o nounset
44
55# User info
6- git config user.name " Admin "
6+ git config user.name " patternfly-build "
77git config user.email
" [email protected] " 88git config --global push.default simple
99
@@ -18,8 +18,8 @@ git commit -m "Added files generated by Travis build"
1818# only deploy to the dist branch for tags.
1919if [ -z " $TRAVIS_TAG " -a " $TRAVIS_BRANCH " != " master" ]
2020then
21- echo " This commit was made against $TRAVIS_BRANCH and not the master or tag! Do not deploy to $TRAVIS_BRANCH -dist "
22- exit
21+ echo " This commit was made against $TRAVIS_BRANCH and not the master or tag! Do not deploy! "
22+ exit 0
2323fi
2424
2525# Push to dist branch
You can’t perform that action at this time.
0 commit comments