From d8ca8c74a5499e5fa843729c331bda39870cc612 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 18 Mar 2021 14:21:41 +0100 Subject: [PATCH] Polish --- ci/images/README.adoc | 2 +- ci/scripts/sync-to-maven-central.sh | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100755 ci/scripts/sync-to-maven-central.sh 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