From 396bbca113c107da4e6223f556389916448de1a7 Mon Sep 17 00:00:00 2001 From: Nguyen Nhu Hieu <5441003+hieumoscow@users.noreply.github.com> Date: Sat, 31 Jul 2021 05:57:14 +0800 Subject: [PATCH] Update deploy-aks-online-standalone.yaml --- .github/workflows/deploy-aks-online-standalone.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-aks-online-standalone.yaml b/.github/workflows/deploy-aks-online-standalone.yaml index 4b9737b..7c34768 100644 --- a/.github/workflows/deploy-aks-online-standalone.yaml +++ b/.github/workflows/deploy-aks-online-standalone.yaml @@ -7,7 +7,7 @@ on: workflow_dispatch: push: branches: - - CSE-AKS-terratest + - starter # issue_comment: # types: # - created @@ -104,4 +104,4 @@ jobs: for i in `az keyvault list-deleted --query "[?tags.testing_job_id=='${{ github.run_id }}'].name" -o tsv`; do az keyvault purge --name $i; done for i in `az group list --query "[?tags.testing_job_id=='${{ github.run_id }}'].name" -o tsv`; do echo "purging resource group: $i" && $(az group delete -n $i -y --no-wait || true); done for i in `az role assignment list --query "[?contains(roleDefinitionName, '${{ github.run_id }}')].roleDefinitionName" -o tsv`; do echo "purging role assignment: $i" && $(az role assignment delete --role $i || true); done - for i in `az role definition list --query "[?contains(roleName, '${{ github.run_id }}')].roleName" -o tsv`; do echo "purging custom role definition: $i" && $(az role definition delete --name $i || true); done \ No newline at end of file + for i in `az role definition list --query "[?contains(roleName, '${{ github.run_id }}')].roleName" -o tsv`; do echo "purging custom role definition: $i" && $(az role definition delete --name $i || true); done