]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix travis_compiled_push.sh script issue (#5114)
authorDrashna Jaelre <drashna@live.com>
Wed, 13 Feb 2019 05:01:58 +0000 (21:01 -0800)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Wed, 13 Feb 2019 05:01:58 +0000 (21:01 -0800)
* Fix travis_compiled_push.sh script issue

* fix typo

* properly fix push script

util/travis_compiled_push.sh

index 155a9a8d2bb5c4e5c7c1463cc123a00d64124c46..c05b842a0b58b8695263c0081525ed21ea645585 100755 (executable)
@@ -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