diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2017-02-06 17:00:30 -0500 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-02-06 17:00:30 -0500 |
| commit | ee386a29d1a8b46f16c5c139db74624f829d9a53 (patch) | |
| tree | bec56921fa3fc1a9870f1c2f931e9fba43588946 /util/travis_compiled_push.sh | |
| parent | cf8dac3538feffe4d52c0776456dd67d5787b059 (diff) | |
| download | qmk_firmware-ee386a29d1a8b46f16c5c139db74624f829d9a53.tar.gz qmk_firmware-ee386a29d1a8b46f16c5c139db74624f829d9a53.zip | |
[skip build] testing travis script
Diffstat (limited to 'util/travis_compiled_push.sh')
| -rw-r--r-- | util/travis_compiled_push.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/travis_compiled_push.sh b/util/travis_compiled_push.sh index d0bb0db55..b70999c72 100644 --- a/util/travis_compiled_push.sh +++ b/util/travis_compiled_push.sh | |||
| @@ -23,7 +23,7 @@ if [[ $NEFM -gt 0 ]] ; then | |||
| 23 | lasttag=$(git tag | grep -Ev '\-' | head -1) | 23 | lasttag=$(git tag | grep -Ev '\-' | head -1) |
| 24 | newtag=$(increment_version $lasttag) | 24 | newtag=$(increment_version $lasttag) |
| 25 | git tag $newtag | 25 | git tag $newtag |
| 26 | git push --tags -q https://$GH_TOKEN@github.com/qmk/qmk_firmware-master | 26 | git push --tags -q https://$GH_TOKEN@github.com/qmk/qmk_firmware |
| 27 | else | 27 | else |
| 28 | echo "No essential files modified." | 28 | echo "No essential files modified." |
| 29 | fi | 29 | fi |
