]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[skip build] testing travis script
authorJack Humbert <jack.humb@gmail.com>
Mon, 6 Feb 2017 21:54:54 +0000 (16:54 -0500)
committerJack Humbert <jack.humb@gmail.com>
Mon, 6 Feb 2017 21:54:54 +0000 (16:54 -0500)
util/travis_compiled_push.sh

index f12da913cf37e376a4b24d76c78616ab01448ed4..f1b4b2ae59ec495039b100b4216779b8753baa08 100644 (file)
@@ -21,7 +21,7 @@ if [[ $NEFM -gt 0 ]] ; then
        lasttag=$(git tag | grep -Ev '\-' | head -1)
        newtag=$(increment_version $lasttag)
        git tag $newtag
-       git push --tags
+       git push --tags -q https://$GH_TOKEN@github.com/qmk/qmk_firmware-$TRAVIS_BRANCH
 else
        echo "No essential files modified."
 fi