Skip to content

Commit 086a093

Browse files
authored
chore: Add teardown-e2e to Makefile (#517)
Signed-off-by: jannfis <[email protected]>
1 parent 88ed903 commit 086a093

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ setup-e2e: cli
5151
./hack/dev-env/gen-creds.sh
5252
./hack/dev-env/create-agent-config.sh
5353

54+
.PHONY: teardown-e2e
55+
teardown-e2e:
56+
./hack/dev-env/setup-vcluster-env.sh delete
57+
5458
.PHONY: start-e2e
5559
start-e2e: cli install-goreman
5660
./hack/dev-env/start-e2e.sh

0 commit comments

Comments
 (0)