From b77e1078e4f9a9d8afd0ee3297d3fe4c53ab03f9 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Mon, 9 Oct 2023 22:52:23 -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 70703431..d324bf89 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -673,7 +673,7 @@ jobs: pushd stream-applications > /dev/null echo "::notice ::uploading unique version snapshot descriptors" set -e - SRC_ROOT=$ROOT_DIR/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 echo "****** $SRC_ROOT" TARGET_REPO=https://repo.spring.io/artifactory/libs-snapshot-local/org/springframework/cloud/stream/app/stream-applications-descriptor/${RELEASE_TRAIN_VERSION}/stream-applications-descriptor jfrog rt upload "$SRC_ROOT/kafka-apps-maven.properties" "${TARGET_REPO}-${RELEASE_TRAIN_VERSION}.stream-apps-kafka-maven"