We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a466c9 commit c57659fCopy full SHA for c57659f
1 file changed
.azuredevops/pipelines/hub-infrastructure-dev.yaml
@@ -38,18 +38,19 @@ stages:
38
steps:
39
- checkout: self
40
- 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
+ - task: Bash@3
+ displayName: 'Debug Terraform directory'
+ inputs:
+ targetType: 'inline'
+ script: |
+ find . -type d | grep dtos-devops-templates
+ pwd
+ ls -la
+ echo "TF_DIRECTORY=$(TF_DIRECTORY)"
+ # cd $(TF_DIRECTORY)
+ ls -ltr
+ find .
53
+ terraform --version || true
54
- template: .azuredevops/templates/steps/tf_plan.yaml@dtos-devops-templates
55
56
- stage: terraform_apply
0 commit comments