Skip to content

Commit

Permalink
AAE-15387 continue on error on docker rm (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsokolowskii committed Jun 23, 2023
1 parent 346b6cb commit 8692997
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/maven-build-and-tag/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ runs:
if: inputs.reuse-testcontainers == 'true'
shell: bash
run: docker rm -f $(docker ps -a -q)
continue-on-error: true

- uses: actions/upload-artifact@v3
if: inputs.upload-jars == 'true'
Expand Down

0 comments on commit 8692997

Please sign in to comment.