Skip to content

Commit

Permalink
Merge pull request #8 from Workiva/hotfix-1.1.2-2
Browse files Browse the repository at this point in the history
Hotfix 1.1.2-2
  • Loading branch information
rmconsole4-wk authored Jun 9, 2022
2 parents 4a41f96 + ae8fa7c commit 4dc3173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BUILD_CMD="./gradlew --console=plain --no-daemon clean assemble"

if [ "${GIT_TAG}" ]
then
RELEASE_VERSION=${GIT_TAG}-onecloud
RELEASE_VERSION=${GIT_TAG}
echo "Detected tagged build version ${GIT_TAG}. Setting version to ${RELEASE_VERSION}"
BUILD_CMD+=" -Dorg.gradle.project.version=${RELEASE_VERSION}"
else
Expand Down

0 comments on commit 4dc3173

Please sign in to comment.