X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=util%2Ftravis_compiled_push.sh;fp=util%2Ftravis_compiled_push.sh;h=af9fc51d9c45ef382f270eb86cd670a6fa5982fe;hb=4b0c6dc50da4b7b3804135d9b4eca235a6fac187;hp=abfec4ecd2c019a2c74f07633716942f8c3d81a1;hpb=9a23fad36b692fa48993e44363f68c0348b08261;p=qmk_firmware.git diff --git a/util/travis_compiled_push.sh b/util/travis_compiled_push.sh index abfec4ecd..af9fc51d9 100644 --- a/util/travis_compiled_push.sh +++ b/util/travis_compiled_push.sh @@ -56,7 +56,8 @@ if [[ "$TRAVIS_COMMIT_MESSAGE" != *"[skip build]"* ]] ; then eval `ssh-agent -s` ssh-add id_rsa_qmk.fm - rm -f compiled/*.hex + # not sure this is needed now + # rm -f compiled/*.hex # ignore errors here for file in ../qmk_firmware/keyboards/*/keymaps/*/*.hex; do mv -v "$file" "compiled/${file##*/}" || true; done