Skip to content

Commit

Permalink
Export PROJECT_VERSION variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos Gyerik authored Nov 18, 2016
1 parent 43b70f6 commit d0f1f13
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 @@ -13,7 +13,7 @@ echo "Replacing version $CURRENT_VERSION with $NEW_VERSION"

mvn org.eclipse.tycho:tycho-versions-plugin:0.26.0:set-version -Dtycho.mode=maven -DnewVersion=$NEW_VERSION -B -e

PROJECT_VERSION=$NEW_VERSION
export PROJECT_VERSION=$NEW_VERSION

if [ "${GITHUB_BRANCH}" == "master" ] && [ "$IS_PULLREQUEST" == "false" ]; then
echo '======= Build, deploy and analyze master'
Expand Down

0 comments on commit d0f1f13

Please sign in to comment.