Skip to content

Commit 9c1e21b

Browse files
author
Daniel Mikusa
committed
Updates to CI for promote to maven
1 parent d1adae8 commit 9c1e21b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/promote-to-maven-central.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ set -euo pipefail
44

55
export BUILD_INFO_LOCATION=$(pwd)/build-info/build-info.json
66

7+
ls -la "$(pwd)/build-info"
8+
cat "$BUILD_INFO_LOCATION"
9+
710
java -jar /opt/concourse-release-scripts.jar publishToCentral 'RELEASE' "$BUILD_INFO_LOCATION" artifactory-repo
811

912
echo "Sync complete"

0 commit comments

Comments
 (0)