Skip to content

Commit

Permalink
convert to unix line-endings [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Aug 22, 2017
1 parent 11d27ce commit 51a2ce6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions util/travis_compiled_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ ssh-add id_rsa_qmk_firmware
git checkout master
git diff --name-only -n 1 -z ${TRAVIS_COMMIT_RANGE} | xargs -0 dos2unix
git diff --name-only -n 1 -z ${TRAVIS_COMMIT_RANGE} | xargs -0 git add
git commit -m "convert to unix line-endings [skip ci]"
git push [email protected]:qmk/qmk_firmware.git master
git commit -m "convert to unix line-endings [skip ci]" && git push [email protected]:qmk/qmk_firmware.git master

increment_version ()
{
Expand Down

0 comments on commit 51a2ce6

Please sign in to comment.