9 lines
225 B
Bash
Executable File
9 lines
225 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
export BUILD_INFO_LOCATION=$(pwd)/repository/build-info.json
|
|
|
|
java -jar /concourse-release-scripts.jar publishToCentral 'RELEASE' "$BUILD_INFO_LOCATION" repository
|
|
|
|
echo "Sync complete" |