diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2024-03-25 16:01:38 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2024-03-25 16:01:50 -0700 |
commit | 3a3f7780aa407f08e22c7c1371a6974dd1573c37 (patch) | |
tree | 685e4ed64be0e4712df52c639d9ac93ae9e6a345 | |
parent | 39ff3b63f6d1072b6d369c43e18c11bd6b53fca3 (diff) |
Revert "Fix: Continue if CLM GHA job fails"
This reverts commit 39ff3b63f6d1072b6d369c43e18c11bd6b53fca3.
Issue-ID: CIMAN-33
Change-Id: Ic6a7d75b0859ba8548b168f28a24718ca1c54b8a
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | .github/workflows/gerrit-merge.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/gerrit-merge.yaml b/.github/workflows/gerrit-merge.yaml index 28d8d27e6..b465da5a2 100644 --- a/.github/workflows/gerrit-merge.yaml +++ b/.github/workflows/gerrit-merge.yaml @@ -91,7 +91,6 @@ 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] |