Skip to content

Commit

Permalink
Merge branch 'hotfix-10.8.9' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicWatson committed Jun 14, 2017
2 parents 876dc14 + 74f565d commit e8249a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fi
if [[ $TRAVIS_TAG == v* ]] || [[ $TRAVIS_BRANCH == release* ]] ; then
if [[ $TRAVIS_TAG == v* ]] ; then
VERSION_NUMBER="${TRAVIS_TAG//v}"
elif [[ $TRAVIS_BRANCH == release* ]]
elif [[ $TRAVIS_BRANCH == release* ]] ; then
VERSION_NUMBER="${TRAVIS_BRANCH//release-}"
else
VERSION_NUMBER="unknown"
Expand Down

0 comments on commit e8249a4

Please sign in to comment.