mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 03:30:33 -07:00
Reformat command multiline to oneline
This commit is contained in:
parent
0ef8552973
commit
2e1fbcd4cf
1 changed files with 2 additions and 6 deletions
8
Makefile
8
Makefile
|
@ -75,10 +75,6 @@ test-integration:
|
||||||
rm tests/integration/python
|
rm tests/integration/python
|
||||||
rm tests/integration/ansible
|
rm tests/integration/ansible
|
||||||
ifndef keep_containers_alive
|
ifndef keep_containers_alive
|
||||||
podman stop --time 0 --ignore primary
|
podman stop --time 0 --ignore primary replica1 replica2
|
||||||
podman stop --time 0 --ignore replica1
|
podman rm --ignore primary replica1 replica2
|
||||||
podman stop --time 0 --ignore replica2
|
|
||||||
podman rm --ignore primary
|
|
||||||
podman rm --ignore replica1
|
|
||||||
podman rm --ignore replica2
|
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue