Skip to content

Commit 6709a8a

Browse files
committed
wip
1 parent 2e72f10 commit 6709a8a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.azuredevops/pipelines/hub-infrastructure-dev.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ pr: none
66
pool:
77
name: private-pool-hub-nonlive-uks
88
# vmImage: ubuntu-latest
9+
steps:
10+
- script: |
11+
echo "=== List hosted toolcache ==="
12+
ls -la /opt/hostedtoolcache || true
13+
14+
echo "=== List terraform cache ==="
15+
ls -la /opt/hostedtoolcache/terraform || true
16+
17+
echo "=== Which terraform ==="
18+
which terraform || true
19+
20+
echo "=== Terraform version ==="
21+
terraform version || true
22+
displayName: Inspect Terraform installation
923
1024
resources:
1125
repositories:

0 commit comments

Comments
 (0)