diff --git a/Makefile b/Makefile index 33d0161e..0ae7204c 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,9 @@ publish-aci-sidecar: build-aci-sidecar ## build & publish aci sidecar image with docker pull docker/aci-hostnames-sidecar:$(tag) && echo "Failure: Tag already exists" || docker push docker/aci-hostnames-sidecar:$(tag) 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 group delete -y --no-wait -g + @ echo "Will delete resource groups: " + @ az group list | jq '.[].name' | grep -i E2E-Test + az group list | jq '.[].name' | grep -i E2E-Test | xargs -n1 az group delete -y --no-wait -g help: ## Show help @echo Please specify a build target. The choices are: