Skip to content

Commit b4225b4

Browse files
committed
Fix msi endpoint block condition
1 parent f88b6f5 commit b4225b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alz/azuredevops/pipelines/terraform/templates/helpers/terraform-block-msi-endpoint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ steps:
55
- pwsh: |
66
sudo iptables -I OUTPUT --destination 169.254.169.254 -j REJECT
77
displayName: Block MSI endpoint
8-
condition: and(successful(), eq(variables['selfHostedAgent'], 'false'))
8+
condition: and(succeeded(), eq(variables['selfHostedAgent'], 'false'))

0 commit comments

Comments
 (0)