From 0f417e99974d58ed1abe5e265d51ca80e34155ab Mon Sep 17 00:00:00 2001 From: Guillaume Tardif Date: Fri, 16 Oct 2020 11:43:03 +0200 Subject: [PATCH] Fix Makefile command to cleanup ACI E2E resource groups Signed-off-by: Guillaume Tardif --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d11918dc..48e4a037 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,7 @@ validate: validate-go-mod validate-headers ## Validate sources pre-commit: cli test e2e-local lint validate clean-aci-e2e: ## Make sure no ACI tests are currently runnnig in the CI when invoking this. Delete ACI E2E tests resources that might have leaked when ctrl-C E2E tests. - az group list | jq '.[].name' | grep E2E-Test | xargs -n1 az-cmd group delete -y --no-wait -g + az group list | jq '.[].name' | grep E2E-Test | xargs -n1 az group delete -y --no-wait -g help: ## Show help @echo Please specify a build target. The choices are: