Workaround broken function in concourse scripts

This commit is contained in:
Stephane Nicoll
2020-07-15 11:24:12 +02:00
parent a1f160b3bf
commit 52ad0375a1

View File

@@ -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;