diff --git a/ci/images/README.adoc b/ci/images/README.adoc index a2f45c56..92fa3c2e 100644 --- a/ci/images/README.adoc +++ b/ci/images/README.adoc @@ -17,5 +17,5 @@ $ docker build --no-cache -f ci-image/Dockerfile . To test run: ---- -$ docker run -it --entrypoint /bin/bash ✈ +$ docker run -it --entrypoint /bin/bash ---- diff --git a/ci/scripts/sync-to-maven-central.sh b/ci/scripts/sync-to-maven-central.sh deleted file mode 100755 index b4263116..00000000 --- a/ci/scripts/sync-to-maven-central.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -export BUILD_INFO_LOCATION=$(pwd)/artifactory-repo/build-info.json -version=$( cat artifactory-repo/build-info.json | jq -r '.buildInfo.modules[0].id' | sed 's/.*:.*:\(.*\)/\1/' ) -java -jar /opt/concourse-release-scripts.jar syncToCentral "RELEASE" $BUILD_INFO_LOCATION || { exit 1; } - -echo "Sync complete" -echo $version > version/version