diff options
Diffstat (limited to 'util/travis_push.sh')
-rwxr-xr-x | util/travis_push.sh | 5 |
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 | ||
3 | TRAVIS_BRANCH="${TRAVIS_BRANCH:master}" | ||
4 | TRAVIS_PULL_REQUEST="${TRAVIS_PULL_REQUEST:false}" | ||
5 | TRAVIS_COMMIT_MESSAGE="${TRAVIS_COMMIT_MESSAGE:-none}" | ||
6 | TRAVIS_COMMIT_RANGE="${TRAVIS_COMMIT_RANGE:-HEAD~1..HEAD}" | ||
7 | |||
8 | if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]] ; then | 3 | if [[ "$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" |