Skip to content

Commit

Permalink
update travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Aug 24, 2017
1 parent 9a23fad commit 4b0c6dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/travis_compiled_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b0c6dc

Please sign in to comment.