Skip to content

Commit 97c312b

Browse files
committed
VED-153: Ensure PR teardown pipeline works for closed PRs.
1 parent 3d74cbd commit 97c312b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure/azure-pr-teardown-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: 'AWS-ECS'
2323
vmImage: 'ubuntu-latest'
2424
steps:
25-
- checkout: self
25+
- checkout: self@master
2626

2727
- bash: |
2828
echo $(action_pr_number)
@@ -51,4 +51,4 @@ jobs:
5151
terraform workspace select $(WORKSPACE)
5252
make init && make destroy aws_account_no=${account_id} environment=$(WORKSPACE)
5353
displayName: Destroy terraform PR workspace and linked resources
54-
retryCountOnTaskFailure: 2
54+
retryCountOnTaskFailure: 2

0 commit comments

Comments
 (0)