We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d6ebe commit a923d93Copy full SHA for a923d93
.github/workflows/podman-test.yaml
@@ -30,4 +30,4 @@ jobs:
30
if: ${{ always() }}
31
run: |
32
podman pod ls --format '{{.Name}}' | xargs -I '{}' podman pod inspect '{}'
33
- podman pod ls --format '{{.Name}}' | xargs podman pod stop
+ podman pod ls --format '{{.Name}}' | xargs podman pod stop || true
0 commit comments