Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
refs #1483: update Travis script for potential semver suffixes
Browse files Browse the repository at this point in the history
  • Loading branch information
incanus committed Jun 18, 2015
1 parent a619b51 commit 3e5caba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ios/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source ./scripts/ios/setup.sh

BUILDTYPE=${BUILDTYPE:-Release}

PUBLISH_TAG=($(git show -s --format=%B | sed -n 's/.*\[publish \([a-z]\{1,\}\)-v\([0-9.]\{1,\}\)\].*/\1 \2/p'))
PUBLISH_TAG=($(git show -s --format=%B | sed -n 's/.*\[publish \([a-z]\{1,\}\)-v\([0-9a-z.\-]\{1,\}\)\].*/\1 \2/p'))
PUBLISH_PLATFORM=${PUBLISH_TAG[0],-}
PUBLISH_VERSION=${PUBLISH_TAG[1],-}

Expand Down

0 comments on commit 3e5caba

Please sign in to comment.