[CI] Upload copy of descriptor files w/o timestamp suffix (debugging)

This commit is contained in:
Chris Bono
2023-10-09 21:51:45 -05:00
parent 602d9bb142
commit 049a56d569

View File

@@ -673,8 +673,8 @@ jobs:
pushd stream-applications > /dev/null
echo "::notice ::uploading unique version snapshot descriptors"
set -e
SRC_ROOT=$ROOT_DIR/stream-applications-release-train/stream-applications-descriptor/target/classes/META-INF
echo "******SRC_ROOT"
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"
jfrog rt upload "$SRC_ROOT/kafka-apps-docker.properties" "${TARGET_REPO}-${RELEASE_TRAIN_VERSION}.stream-apps-kafka-docker"