Skip to content

Commit

Permalink
Workaround broken function in concourse scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Jul 15, 2020
1 parent a1f160b commit 52ad037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ git tag -a "v$stageVersion" -m"Release v$stageVersion" > /dev/null
git reset --hard HEAD^ > /dev/null
if [[ $nextVersion != $snapshotVersion ]]; then
echo "Setting next development version (v$nextVersion)"
set_revision_to_pom "$nextVersion"
set_revision "$nextVersion"
git add pom.xml > /dev/null
git commit -m"Next development version (v$nextVersion)" > /dev/null
fi;
Expand Down

0 comments on commit 52ad037

Please sign in to comment.