diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-05-29 12:14:49 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-05-29 12:14:49 -0400 |
commit | 44832127d72e66e422a40e2bebc27e14236807c3 (patch) | |
tree | bf1c6aceef4746bc53487ef4808c7099b0e24ef6 | |
parent | 988941cc0a0e8a4bfa0b696aba9a57c0a105eb64 (diff) |
push to git url
-rw-r--r-- | util/travis_compiled_push.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/travis_compiled_push.sh b/util/travis_compiled_push.sh index a5bbe70ece..a2fc2b1941 100644 --- a/util/travis_compiled_push.sh +++ b/util/travis_compiled_push.sh @@ -30,7 +30,7 @@ if [[ $NEFM -gt 0 ]] ; then lasttag=$(git tag | grep -Ev '\-' | xargs -I@ git log --format=format:"%ai @%n" -1 @ | sort -V | awk '{print $4}' | tail -1) newtag=$(increment_version $lasttag) git tag $newtag - git push --tags + git push --tags git@github.com:qmk/qmk_firmware.git else echo "No essential files modified." fi @@ -55,7 +55,7 @@ if [[ "$TRAVIS_COMMIT_MESSAGE" != *"[skip build]"* ]] ; then git add -A git commit -m "generated from qmk/qmk_firmware@${rev}" - git push + git push git@github.com:qmk/qmk.fm.git master fi |