You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
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.
131
-
@ echo"Will delete resource groups: "
132
-
@ az group list | jq '.[].name'| grep -i E2E-Test
133
-
az group list | jq '.[].name'| grep -i E2E-Test | xargs -n1 az group delete -y --no-wait -g
134
-
135
121
help: ## Show help
136
122
@echo Please specify a build target. The choices are:
0 commit comments