Browse Source

update travis script

pull/1635/head 0.5.112
Jack Humbert 6 years ago
parent
commit
4b0c6dc50d
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      util/travis_compiled_push.sh

+ 2
- 1
util/travis_compiled_push.sh View File

@ -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


Loading…
Cancel
Save