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:
5c8cdfd
)
[skip build] testing travis script
author
Jack Humbert
<jack.humb@gmail.com>
Mon, 6 Feb 2017 23:28:37 +0000
(18:28 -0500)
committer
Jack Humbert
<jack.humb@gmail.com>
Mon, 6 Feb 2017 23:28:37 +0000
(18:28 -0500)
util/travis_compiled_push.sh
patch
|
blob
|
history
diff --git
a/util/travis_compiled_push.sh
b/util/travis_compiled_push.sh
index 8025ccb8fe6fc077d419ee0400254b7445cce6f3..3751da1e53afd5bd4ef1993dc075004ac7f1726b 100644
(file)
--- a/
util/travis_compiled_push.sh
+++ b/
util/travis_compiled_push.sh
@@
-21,7
+21,7
@@
NEFM=$(git diff --name-only -n 1 ${TRAVIS_COMMIT_RANGE} | grep -Ev '^(keyboards/
if [[ $NEFM -gt 0 ]] ; then
echo "Essential files modified."
git fetch --tags
- lasttag=$(git tag | grep -Ev '\-' | xargs -I@ git log --format=format:"%ai @%n" -1 @ | sort | awk '{print $4}' | tail -1)
+ lasttag=$(git tag | grep -Ev '\-' | xargs -I@ git log --format=format:"%ai @%n" -1 @ | sort
-V
| awk '{print $4}' | tail -1)
newtag=$(increment_version $lasttag)
git tag $newtag
git push --tags -q https://$GH_TOKEN@github.com/qmk/qmk_firmware