We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1e21b commit f6c254dCopy full SHA for f6c254d
ci/promote-to-maven-central.sh
@@ -2,10 +2,7 @@
2
3
set -euo pipefail
4
5
-export BUILD_INFO_LOCATION=$(pwd)/build-info/build-info.json
6
-
7
-ls -la "$(pwd)/build-info"
8
-cat "$BUILD_INFO_LOCATION"
+export BUILD_INFO_LOCATION=$(pwd)/artifactory-repo/build-info.json
9
10
java -jar /opt/concourse-release-scripts.jar publishToCentral 'RELEASE' "$BUILD_INFO_LOCATION" artifactory-repo
11
0 commit comments