projects
/
qmk_firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a23fad
)
update travis script
author
Jack Humbert
<jack.humb@gmail.com>
Thu, 24 Aug 2017 12:07:37 +0000
(08:07 -0400)
committer
Jack Humbert
<jack.humb@gmail.com>
Thu, 24 Aug 2017 12:07:37 +0000
(08:07 -0400)
util/travis_compiled_push.sh
patch
|
blob
|
history
diff --git
a/util/travis_compiled_push.sh
b/util/travis_compiled_push.sh
index abfec4ecd2c019a2c74f07633716942f8c3d81a1..af9fc51d9c45ef382f270eb86cd670a6fa5982fe 100644
(file)
--- 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