From: Jessica Wagantall Date: Mon, 25 Mar 2024 22:38:57 +0000 (-0700) Subject: Fix: Continue if CLM GHA job fails X-Git-Tag: 1.7.1~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=39ff3b63f6d1072b6d369c43e18c11bd6b53fca3;p=ccsdk%2Fcds.git Fix: Continue if CLM GHA job fails The CLM job fails if the scan reports any vulnerabilities. We need to make sure the next step is executed still. Issue-ID: CIMAN-33 Change-Id: I5dbdc9b16520744008dd65fb97e8a15720093122 Signed-off-by: Jessica Wagantall --- diff --git a/.github/workflows/gerrit-merge.yaml b/.github/workflows/gerrit-merge.yaml index b465da5a2..28d8d27e6 100644 --- a/.github/workflows/gerrit-merge.yaml +++ b/.github/workflows/gerrit-merge.yaml @@ -91,6 +91,7 @@ jobs: -DaltDeploymentRepository=staging::default::file:"${GITHUB_WORKSPACE}"/m2repo secrets: NEXUS_IQ_PASSWORD: ${{ secrets.NEXUS_IQ_PASSWORD }} + continue-on-error: true run-maven-sonar: needs: [notify, run-maven-clm]