Merge pull request #796 from gtardif/fix_aci_e2e_cleanup

Fix Makefile command to cleanup ACI E2E resource groups
This commit is contained in:
Guillaume Tardif 2020-10-16 16:30:05 +02:00 committed by GitHub
commit 5dd4f9d2a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: