diff options
Diffstat (limited to 'util/travis_compiled_push.sh')
| -rw-r--r-- | util/travis_compiled_push.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/travis_compiled_push.sh b/util/travis_compiled_push.sh index 833fa8e46..3d799c9ca 100644 --- a/util/travis_compiled_push.sh +++ b/util/travis_compiled_push.sh | |||
| @@ -18,10 +18,11 @@ eval `ssh-agent -s` | |||
| 18 | ssh-add id_rsa_qmk_firmware | 18 | ssh-add id_rsa_qmk_firmware |
| 19 | 19 | ||
| 20 | # convert to unix line-endings | 20 | # convert to unix line-endings |
| 21 | git checkout master | ||
| 21 | git diff --name-only -n 1 -z ${TRAVIS_COMMIT_RANGE} | xargs -0 dos2unix | 22 | git diff --name-only -n 1 -z ${TRAVIS_COMMIT_RANGE} | xargs -0 dos2unix |
| 22 | git diff --name-only -n 1 -z ${TRAVIS_COMMIT_RANGE} | xargs -0 git add | 23 | git diff --name-only -n 1 -z ${TRAVIS_COMMIT_RANGE} | xargs -0 git add |
| 23 | git commit -m "convert to unix line-endings [skip ci]" | 24 | git commit -m "convert to unix line-endings [skip ci]" |
| 24 | git push git@github.com:qmk/qmk_firmware.git | 25 | git push git@github.com:qmk/qmk_firmware.git master |
| 25 | 26 | ||
| 26 | increment_version () | 27 | increment_version () |
| 27 | { | 28 | { |
