aboutsummaryrefslogtreecommitdiff
path: root/util/travis_push.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/travis_push.sh')
-rwxr-xr-xutil/travis_push.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/util/travis_push.sh b/util/travis_push.sh
index d100f9d48..7f7d4c2c6 100755
--- a/util/travis_push.sh
+++ b/util/travis_push.sh
@@ -1,10 +1,5 @@
1# Use this by sourcing it in your script. 1# Use this by sourcing it in your script.
2 2
3TRAVIS_BRANCH="${TRAVIS_BRANCH:master}"
4TRAVIS_PULL_REQUEST="${TRAVIS_PULL_REQUEST:false}"
5TRAVIS_COMMIT_MESSAGE="${TRAVIS_COMMIT_MESSAGE:-none}"
6TRAVIS_COMMIT_RANGE="${TRAVIS_COMMIT_RANGE:-HEAD~1..HEAD}"
7
8if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]] ; then 3if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]] ; then
9 git config --global user.name "QMK Bot" 4 git config --global user.name "QMK Bot"
10 git config --global user.email "hello@qmk.fm" 5 git config --global user.email "hello@qmk.fm"