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 Oct 29, 2020
1 parent 3ebd247 commit 6c0fc7f
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 @@ -50,7 +50,7 @@ run_maven -f spring-boot-tests/spring-boot-deployment-tests/pom.xml clean instal
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 6c0fc7f

Please sign in to comment.