Fix path to concourse-release-scripts.jar

* the image providing it, springio/concourse-release-scripts:0.3.4, makes it avaialble from / directly, not /opt
This commit is contained in:
Anthony Dahanne
2023-07-20 17:25:04 -04:00
parent fe06bd60cc
commit b3a8e69f5e

View File

@@ -4,6 +4,6 @@ set -euo pipefail
export BUILD_INFO_LOCATION=$(pwd)/repository/build-info.json
java -jar /opt/concourse-release-scripts.jar publishToCentral 'RELEASE' "$BUILD_INFO_LOCATION" repository
java -jar /concourse-release-scripts.jar publishToCentral 'RELEASE' "$BUILD_INFO_LOCATION" repository
echo "Sync complete"