mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-03 17:44:49 +02:00
fix: unnecessary file removal
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
This commit is contained in:
parent
1dff3e9a93
commit
9fcf6a5cf7
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ function setup_file() {
|
|||
}
|
||||
|
||||
function teardown_file() {
|
||||
rm -f "${FILE_WITH_VALUE}"
|
||||
docker rm -f "${CONTAINER1_NAME}" "${CONTAINER2_NAME}" "${CONTAINER3_NAME}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue