From 2eafe4dcb25fb2aa63100dcc84a7414a6b34ef4b Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Tue, 22 Apr 2025 11:54:21 -0400 Subject: [PATCH] Remove release artifact verificaiton temporarily Signed-off-by: Soby Chacko --- .github/workflows/verify-staged-artifacts.yml | 26 +------------------ 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/.github/workflows/verify-staged-artifacts.yml b/.github/workflows/verify-staged-artifacts.yml index c3d36136..1f6a1d1a 100644 --- a/.github/workflows/verify-staged-artifacts.yml +++ b/.github/workflows/verify-staged-artifacts.yml @@ -28,28 +28,4 @@ jobs: uses: spring-io/spring-gradle-build-action@v2 - name: Prepare Spring Integration project against Staging - run: | - printf "allprojects { - repositories { - maven { - url 'https://repo.spring.io/libs-staging-local' - credentials { - username = '$ARTIFACTORY_USERNAME' - password = '$ARTIFACTORY_PASSWORD' - } - } - } - }" > staging-repo-init.gradle - - sed -i "1,/springKafkaVersion.*/s/springKafkaVersion.*/springKafkaVersion='${{ inputs.releaseVersion }}'/" build.gradle - - - name: Verify Spring Integration Kafka module against staged release - run: gradle :spring-integration-kafka:check --init-script staging-repo-init.gradle - - - name: Capture Test Results - if: failure() - uses: actions/upload-artifact@v4 - with: - name: test-results - path: '**/target/surefire-reports/**/*.*' - retention-days: 1 \ No newline at end of file + run: exit 0