Skip to content

Commit

Permalink
make cleanup stage to fail on error
Browse files Browse the repository at this point in the history
  • Loading branch information
jananivMS committed Jun 11, 2020
1 parent fac16a0 commit 078ea90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ steps:
echo "Setting tags back to free"
az resource tag --tags 'freeforpipeline=true' -g $(AKS_CLUSTER_RG) -n $(chosenclustername) --resource-type Microsoft.ContainerService/managedClusters
workingDirectory: '$(System.DefaultWorkingDirectory)'
failOnStandardError: false
failOnStandardError: true
displayName: Deploy to AKS - Clean up deployment and release cluster back to free pool

- task: Docker@2
Expand Down

0 comments on commit 078ea90

Please sign in to comment.