Skip to content

Commit c54a05a

Browse files
committed
wip
1 parent 121153a commit c54a05a

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,15 @@ stages:
4040
# displayName: Install Terraform $(TF_VERSION)
4141
# inputs:
4242
# terraformVersion: $(TF_VERSION)
43-
# - task: Bash@3
44-
# displayName: 'Set TF_DIRECTORY variable'
45-
# inputs:
46-
# targetType: 'inline'
47-
# script: |
48-
# terraform --version
43+
- task: Bash@3
44+
displayName: 'Set TF_DIRECTORY variable'
45+
inputs:
46+
targetType: 'inline'
47+
script: |
48+
pwd
49+
echo "hello world"
50+
echo $(TF_DIRECTORY)
51+
terraform --version
4952
- checkout: self
5053
- checkout: dtos-devops-templates
5154
- template: .azuredevops/templates/steps/tf_plan.yaml@dtos-devops-templates

0 commit comments

Comments
 (0)