We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d74cbd commit 97c312bCopy full SHA for 97c312b
azure/azure-pr-teardown-pipeline.yml
@@ -22,7 +22,7 @@ jobs:
22
name: 'AWS-ECS'
23
vmImage: 'ubuntu-latest'
24
steps:
25
- - checkout: self
+ - checkout: self@master
26
27
- bash: |
28
echo $(action_pr_number)
@@ -51,4 +51,4 @@ jobs:
51
terraform workspace select $(WORKSPACE)
52
make init && make destroy aws_account_no=${account_id} environment=$(WORKSPACE)
53
displayName: Destroy terraform PR workspace and linked resources
54
- retryCountOnTaskFailure: 2
+ retryCountOnTaskFailure: 2
0 commit comments