From 824aa06c3cecf518cfea9cddd97446c869757c02 Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Tue, 12 Feb 2019 21:01:58 -0800 Subject: [PATCH] Fix travis_compiled_push.sh script issue (#5114) * Fix travis_compiled_push.sh script issue * fix typo * properly fix push script --- util/travis_compiled_push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/travis_compiled_push.sh b/util/travis_compiled_push.sh index 155a9a8d2b..c05b842a0b 100755 --- a/util/travis_compiled_push.sh +++ b/util/travis_compiled_push.sh @@ -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