Reformat command multiline to oneline

This commit is contained in:
Laurent Indermuehle 2023-03-03 14:24:04 +01:00
parent 0ef8552973
commit 2e1fbcd4cf
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -75,10 +75,6 @@ test-integration:
rm tests/integration/python
rm tests/integration/ansible
ifndef keep_containers_alive
podman stop --time 0 --ignore primary
podman stop --time 0 --ignore replica1
podman stop --time 0 --ignore replica2
podman rm --ignore primary
podman rm --ignore replica1
podman rm --ignore replica2
podman stop --time 0 --ignore primary replica1 replica2
podman rm --ignore primary replica1 replica2
endif