From 96520af0d8da3a5a10cfab2b6e78831e8a214cca Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Thu, 12 Oct 2023 16:09:01 +0200 Subject: [PATCH] [CI] Update common.yml for release train --- .github/workflows/common.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index b83cf828..ae06405a 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -669,7 +669,7 @@ jobs: run: | ROOT_DIR=$(realpath $PWD) pushd stream-applications > /dev/null - echo "::notice ::uploading unique version snapshot descriptors" + echo "::notice ::uploading unique version snapshot descriptors:$RELEASE_TRAIN_VERSION" set -e SRC_ROOT=$ROOT_DIR/stream-applications/stream-applications-release-train/stream-applications-descriptor/target/classes/META-INF TARGET_REPO=libs-snapshot-local/org/springframework/cloud/stream/app/stream-applications-descriptor/${RELEASE_TRAIN_VERSION} @@ -682,6 +682,7 @@ jobs: jfrog rt upload "$SRC_ROOT/kafka-apps-maven-repo-url.properties" "${TARGET_REPO}/stream-applications-descriptor-${RELEASE_TRAIN_VERSION}.kafka-apps-maven-repo-url.properties" jfrog rt upload "$SRC_ROOT/rabbit-apps-maven-repo-url.properties" "${TARGET_REPO}/stream-applications-descriptor-${RELEASE_TRAIN_VERSION}.rabbit-apps-maven-repo-url.properties" popd > /dev/null + - name: Set Stream Applications Docs Properties for ${{ needs.parameters.outputs.release_train_version }} run: | ./set-doc-properties.sh "${{ needs.parameters.outputs.release_train_version }}"