From 05b19d099cba57b4ca441eab668cdc6fffbbb411 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Wed, 11 Oct 2023 08:27:06 -0500 Subject: [PATCH] [CI] Upload copy of descriptor files w/o timestamp suffix (debugging) --- .github/workflows/common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index b2ce9f36c..4fd81e753 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -671,7 +671,7 @@ jobs: pushd stream-applications > /dev/null echo "::notice ::uploading unique version snapshot descriptors" set -e - SRC_ROOT=$ROOT_DIR/stream-applications/stream-applications/stream-applications-release-train/stream-applications-descriptor/target/classes/META-INF + 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}/ jfrog rt upload "$SRC_ROOT/kafka-apps-maven.properties" "${TARGET_REPO}/stream-applications-descriptor-${RELEASE_TRAIN_VERSION}.stream-apps-kafka-maven" jfrog rt upload "$SRC_ROOT/kafka-apps-docker.properties" "${TARGET_REPO}/stream-applications-descriptor-${RELEASE_TRAIN_VERSION}.stream-apps-kafka-docker"