mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-07 03:00:34 -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/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
|
||||
|
|
Loading…
Add table
Reference in a new issue