From 94ed741320476492d776998ccfb7f249f6f1a074 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 10 Dec 2021 16:10:06 -0700 Subject: [PATCH] cleanup container after test Signed-off-by: Richard Jones --- tests/plan.bats | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/plan.bats b/tests/plan.bats index 0f5c35cc..cdb8ea53 100644 --- a/tests/plan.bats +++ b/tests/plan.bats @@ -15,4 +15,5 @@ setup() { "$DAGGER" --europa up ./plan/hello-europa run curl http://localhost:8080 assert_output --partial "Hello World" + docker rm -f nginx-hello } \ No newline at end of file