Skip to content

Commit f6c254d

Browse files
author
Daniel Mikusa
committed
Switch to pulling build-info from artifactory input
1 parent 9c1e21b commit f6c254d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ci/promote-to-maven-central.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
set -euo pipefail
44

5-
export BUILD_INFO_LOCATION=$(pwd)/build-info/build-info.json
6-
7-
ls -la "$(pwd)/build-info"
8-
cat "$BUILD_INFO_LOCATION"
5+
export BUILD_INFO_LOCATION=$(pwd)/artifactory-repo/build-info.json
96

107
java -jar /opt/concourse-release-scripts.jar publishToCentral 'RELEASE' "$BUILD_INFO_LOCATION" artifactory-repo
118

0 commit comments

Comments
 (0)