Skip to content

Commit c57659f

Browse files
committed
wip
1 parent 4a466c9 commit c57659f

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

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

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,19 @@ stages:
3838
steps:
3939
- checkout: self
4040
- checkout: dtos-devops-templates
41-
# - task: Bash@3
42-
# displayName: 'Debug Terraform directory'
43-
# inputs:
44-
# targetType: 'inline'
45-
# script: |
46-
# pwd
47-
# ls -la
48-
# echo "TF_DIRECTORY=$(TF_DIRECTORY)"
49-
# cd $(TF_DIRECTORY)
50-
# ls -ltr
51-
# find .
52-
# terraform --version || true
41+
- task: Bash@3
42+
displayName: 'Debug Terraform directory'
43+
inputs:
44+
targetType: 'inline'
45+
script: |
46+
find . -type d | grep dtos-devops-templates
47+
pwd
48+
ls -la
49+
echo "TF_DIRECTORY=$(TF_DIRECTORY)"
50+
# cd $(TF_DIRECTORY)
51+
ls -ltr
52+
find .
53+
terraform --version || true
5354
- template: .azuredevops/templates/steps/tf_plan.yaml@dtos-devops-templates
5455

5556
- stage: terraform_apply

0 commit comments

Comments
 (0)