Fix travis_compiled_push.sh script issue (#5114)

* Fix travis_compiled_push.sh script issue

* fix typo

* properly fix push script
pull/5117/head 0.6.274
Drashna Jaelre 5 years ago committed by MechMerlin
parent 9cb4c5c092
commit 824aa06c3c

@ -70,7 +70,7 @@ if [[ "$TRAVIS_COMMIT_MESSAGE" != *"[skip build]"* ]] ; then
# ignore errors here
# In theory, this is more flexible, and will allow for additional expansion of additional types of files and other names
mv -t compiled ../qmk_firmware/*_default.*(hex|bin) || true
mv ../qmk_firmware/*_default.*[hb][ei][xn] ./compiled/ || true
bash _util/generate_keyboard_page.sh
git add -A

Loading…
Cancel
Save