We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e72f10 commit 6709a8aCopy full SHA for 6709a8a
1 file changed
.azuredevops/pipelines/hub-infrastructure-dev.yaml
@@ -6,6 +6,20 @@ pr: none
6
pool:
7
name: private-pool-hub-nonlive-uks
8
# 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
23
24
resources:
25
repositories:
0 commit comments