aboutsummaryrefslogtreecommitdiffstats
path: root/util/travis_push.sh
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2019-11-05 00:18:57 +0000
committerDrashna Jaelre <drashna@live.com>2019-11-04 16:18:57 -0800
commitd382eeeb9d3b795c16533c5f64ab1455e774f925 (patch)
tree9fa7bef8d19813fce3b8f7d60ebbfd3e87dd7393 /util/travis_push.sh
parentefa28d0f5cca55b0dfecaddd0860ec3dfeab8bb0 (diff)
downloadfirmware-d382eeeb9d3b795c16533c5f64ab1455e774f925.tar.gz
firmware-d382eeeb9d3b795c16533c5f64ab1455e774f925.tar.bz2
firmware-d382eeeb9d3b795c16533c5f64ab1455e774f925.zip
CI - Fix change detection (#7038)
* Fix travis change detection * Fix travis change detection - add back python ignore
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 @@
# Use this by sourcing it in your script.
-TRAVIS_BRANCH="${TRAVIS_BRANCH:master}"
-TRAVIS_PULL_REQUEST="${TRAVIS_PULL_REQUEST:false}"
-TRAVIS_COMMIT_MESSAGE="${TRAVIS_COMMIT_MESSAGE:-none}"
-TRAVIS_COMMIT_RANGE="${TRAVIS_COMMIT_RANGE:-HEAD~1..HEAD}"
-
if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]] ; then
git config --global user.name "QMK Bot"
git config --global user.email "hello@qmk.fm"