Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

Commit

Permalink
Travis CI auto-merge of stable from build 918 - [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
toddpi314 committed Nov 15, 2015
1 parent bf34c90 commit 70d144f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/repo-cli.sh
Expand Up @@ -31,6 +31,8 @@ if [ "${TRAVIS_BRANCH}" = "stable" ]; then
| head -1 \
| awk -F: '{ print $2 }' \
| sed 's/[",]//g')
# Trim spaces leading
PACKAGE_VERSION=`echo $PACKAGE_VERSION`

if [ "$PACKAGE_VERSION" != "" ]; then
git tag -a "v$PACKAGE_VERSION" -m "`git log -1 --format=%s`"
Expand Down

0 comments on commit 70d144f

Please sign in to comment.