Workaround broken function in concourse scripts

See spring-io/concourse-java-scripts#11
2.1.x
Stephane Nicoll 4 years ago
parent 3ebd247613
commit 6c0fc7f195

@ -50,7 +50,7 @@ run_maven -f spring-boot-tests/spring-boot-deployment-tests/pom.xml clean instal
git reset --hard HEAD^ > /dev/null git reset --hard HEAD^ > /dev/null
if [[ $nextVersion != $snapshotVersion ]]; then if [[ $nextVersion != $snapshotVersion ]]; then
echo "Setting next development version (v$nextVersion)" echo "Setting next development version (v$nextVersion)"
set_revision_to_pom "$nextVersion" set_revision "$nextVersion"
git add pom.xml > /dev/null git add pom.xml > /dev/null
git commit -m"Next development version (v$nextVersion)" > /dev/null git commit -m"Next development version (v$nextVersion)" > /dev/null
fi; fi;

Loading…
Cancel
Save