From: Jack Humbert Date: Thu, 24 Aug 2017 12:07:37 +0000 (-0400) Subject: update travis script X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4b0c6dc50da4b7b3804135d9b4eca235a6fac187;p=qmk_firmware.git update travis script --- 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