From a159bd4507945e4c26c35399f19356051c785d42 Mon Sep 17 00:00:00 2001 From: Nick Rohn Date: Wed, 21 Jun 2023 10:15:16 -0700 Subject: [PATCH] feat: auto remove containers Co-authored-by: Nick Rohn Co-authored-by: Gary Liu --- internal/commands/test_tile.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/commands/test_tile.go b/internal/commands/test_tile.go index 381199c51..cf398e372 100644 --- a/internal/commands/test_tile.go +++ b/internal/commands/test_tile.go @@ -238,6 +238,7 @@ func (u TileTest) Execute(args []string) error { Target: "/tas", }, }, + AutoRemove: true, }, nil, nil, "") if err != nil { return err