Commit 8a03585
committed
fix(test-suite): remove --remove-orphans from selective cleanup
cleanup_single_step and cleanup_from_step used --remove-orphans with
a single compose file, causing Docker Compose to tear down every
container in the project not defined in that file. This destroyed the
entire stack when running e.g. --only test-suite.1 parent 7930337 commit 8a03585
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
708 | 708 | | |
709 | 709 | | |
710 | 710 | | |
711 | | - | |
| 711 | + | |
712 | 712 | | |
713 | 713 | | |
714 | 714 | | |
| |||
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
740 | | - | |
| 740 | + | |
741 | 741 | | |
742 | 742 | | |
743 | 743 | | |
| |||
0 commit comments