diff options
| author | Drashna Jaelre <drashna@live.com> | 2019-02-12 21:01:58 -0800 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-02-12 21:01:58 -0800 |
| commit | 824aa06c3cecf518cfea9cddd97446c869757c02 (patch) | |
| tree | 3f87269b36fbecc70300a5130027e43ab1051e55 | |
| parent | 9cb4c5c092b8d0b4f23f873384e13cf4c2c375a3 (diff) | |
| download | qmk_firmware-824aa06c3cecf518cfea9cddd97446c869757c02.tar.gz qmk_firmware-824aa06c3cecf518cfea9cddd97446c869757c02.zip | |
Fix travis_compiled_push.sh script issue (#5114)
* Fix travis_compiled_push.sh script issue
* fix typo
* properly fix push script
| -rwxr-xr-x | util/travis_compiled_push.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/travis_compiled_push.sh b/util/travis_compiled_push.sh index 155a9a8d2..c05b842a0 100755 --- a/util/travis_compiled_push.sh +++ b/util/travis_compiled_push.sh | |||
| @@ -70,7 +70,7 @@ if [[ "$TRAVIS_COMMIT_MESSAGE" != *"[skip build]"* ]] ; then | |||
| 70 | 70 | ||
| 71 | # ignore errors here | 71 | # ignore errors here |
| 72 | # In theory, this is more flexible, and will allow for additional expansion of additional types of files and other names | 72 | # In theory, this is more flexible, and will allow for additional expansion of additional types of files and other names |
| 73 | mv -t compiled ../qmk_firmware/*_default.*(hex|bin) || true | 73 | mv ../qmk_firmware/*_default.*[hb][ei][xn] ./compiled/ || true |
| 74 | 74 | ||
| 75 | bash _util/generate_keyboard_page.sh | 75 | bash _util/generate_keyboard_page.sh |
| 76 | git add -A | 76 | git add -A |
