summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-08-24 08:07:37 -0400
committerJack Humbert <jack.humb@gmail.com>2017-08-24 08:07:37 -0400
commit4b0c6dc50da4b7b3804135d9b4eca235a6fac187 (patch)
tree323e168b23da3c9c0c1d60c48e5005bb8dab284e
parent9a23fad36b692fa48993e44363f68c0348b08261 (diff)
update travis script0.5.112
-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 abfec4ecd2..af9fc51d9c 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