From b3a8e69f5ee795ff83e04a2094ad1a18658fb56b Mon Sep 17 00:00:00 2001 From: Anthony Dahanne Date: Thu, 20 Jul 2023 17:25:04 -0400 Subject: [PATCH] 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 --- scripts/promote-to-maven-central.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/promote-to-maven-central.sh b/scripts/promote-to-maven-central.sh index 5d38b82..639f0ad 100755 --- a/scripts/promote-to-maven-central.sh +++ b/scripts/promote-to-maven-central.sh @@ -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" \ No newline at end of file