Skip to content

Commit

Permalink
Cleanup stage. fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jananivMS committed Jun 11, 2020
1 parent 2f55cb4 commit f76a1bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,6 @@ steps:
echo $(chosenclustername)
az aks get-credentials -g $(AKS_CLUSTER_RG) -n $(chosenclustername)
kubectl delete -f ./charts/azure-service-operator/crds/
helm list
helm delete aso
# Set tags to available for the selected cluster to put it back into the free pool
echo "Setting tags back to free"
az resource tag --tags 'freeforpipeline=true' -g $(AKS_CLUSTER_RG) -n $(chosenclustername) --resource-type Microsoft.ContainerService/managedClusters
Expand Down

0 comments on commit f76a1bc

Please sign in to comment.