Skip to content

Commit

Permalink
Merge branch 'main' into charliedmcb/addInDebugPackageForE2ETesting
Browse files Browse the repository at this point in the history
  • Loading branch information
charliedmcb authored Jan 24, 2024
2 parents e5ae623 + a1d6959 commit 935934c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/e2e/cleanup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ runs:
run: az account set --subscription ${{ inputs.subscription-id }}
- name: delete cluster ${{ inputs.cluster_name }}
shell: bash
run: az aks delete --name ${{ inputs.cluster_name }} --resource-group ${{ inputs.resource_group }} --yes
run: az aks delete --name ${{ inputs.cluster_name }} --resource-group ${{ inputs.resource_group }} --yes --no-wait
- name: delete acr ${{ inputs.acr_name }}
shell: bash
run: az acr delete --name ${{ inputs.acr_name }} --resource-group ${{ inputs.resource_group }} --yes
- name: delete rg ${{ inputs.resource_group }}
shell: bash
run: az group delete --name ${{ inputs.resource_group }} --yes
run: az group delete --name ${{ inputs.resource_group }} --yes --no-wait

0 comments on commit 935934c

Please sign in to comment.