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:
@@ -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"
|
||||
Reference in New Issue
Block a user