Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Teardown step should be always executed (#55)
Browse files Browse the repository at this point in the history
Teardown step is important for the pipeline and should be always executed if we face some error in the test execution or some timeout error we need to clean resources that the pipeline created.
  • Loading branch information
crowz4k authored Dec 14, 2020
1 parent 8e4c627 commit ed17349
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipelines/azure-pipelines.load-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,6 @@ steps:
displayName: 'RESULTS: Publish Load Test Artifacts'

- script: terraform destroy -auto-approve
condition: always()
workingDirectory: ./terraform
displayName: 'TEARDOWN: Run Terraform Destroy'
displayName: 'TEARDOWN: Run Terraform Destroy'

0 comments on commit ed17349

Please sign in to comment.