aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/travis_compiled_push.sh3
1 files changed, 2 insertions, 1 deletions
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
56 eval `ssh-agent -s` 56 eval `ssh-agent -s`
57 ssh-add id_rsa_qmk.fm 57 ssh-add id_rsa_qmk.fm
58 58
59 rm -f compiled/*.hex 59 # not sure this is needed now
60 # rm -f compiled/*.hex
60 61
61 # ignore errors here 62 # ignore errors here
62 for file in ../qmk_firmware/keyboards/*/keymaps/*/*.hex; do mv -v "$file" "compiled/${file##*/}" || true; done 63 for file in ../qmk_firmware/keyboards/*/keymaps/*/*.hex; do mv -v "$file" "compiled/${file##*/}" || true; done