Browse Source

[skip build] testing travis script

pull/1071/head
Jack Humbert 7 years ago
parent
commit
98adda34c9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      util/travis_compiled_push.sh

+ 1
- 1
util/travis_compiled_push.sh View File

@ -21,7 +21,7 @@ if [[ $NEFM -gt 0 ]] ; then
lasttag=$(git tag | grep -Ev '\-' | head -1)
newtag=$(increment_version $lasttag)
git tag $newtag
git push --tags
git push --tags -q https://$GH_TOKEN@github.com/qmk/qmk_firmware-$TRAVIS_BRANCH
else
echo "No essential files modified."
fi


Loading…
Cancel
Save