Release Train: v2022.0.1 / Stream Apps: v4.0.1
Fix deployment descriptor upload after removing separate checkout.
This commit is contained in:
2
.github/workflows/descriptor.yml
vendored
2
.github/workflows/descriptor.yml
vendored
@@ -197,7 +197,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-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"
|
||||
|
||||
@@ -26,10 +26,6 @@ echo "Version:[$OLD_VERSION] -> [$NEW_VERSION]"
|
||||
echo "Release Train Version: [$OLD_RT_VERSION] -> [$RELEASE_TRAIN_VERSION]"
|
||||
set +e
|
||||
|
||||
#$SCDIR/mvnw clean install -DskipTests -T 1C -ntp -Dmaven.javadoc.skip=true
|
||||
#$SCDIR/mvnw clean
|
||||
#find $SCDIR -name apps -type d -exec rm -rf '{}' \;
|
||||
|
||||
$SCDIR/mvnw versions:set \
|
||||
-s .settings.xml -DgenerateBackupPoms=false -Dartifactory.publish.artifacts=false -B $VERBOSE \
|
||||
-DoldVersion="$OLD_VERSION" -DnewVersion="$NEW_VERSION" -DprocessAllModules=true -Dmaven.version.ignore="${OLD_RT_VERSION/\./\\.}"
|
||||
|
||||
Reference in New Issue
Block a user