We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121153a commit c54a05aCopy full SHA for c54a05a
1 file changed
.azuredevops/pipelines/hub-infrastructure-dev.yaml
@@ -40,12 +40,15 @@ stages:
40
# displayName: Install Terraform $(TF_VERSION)
41
# inputs:
42
# terraformVersion: $(TF_VERSION)
43
- # - task: Bash@3
44
- # displayName: 'Set TF_DIRECTORY variable'
45
- # inputs:
46
- # targetType: 'inline'
47
- # script: |
48
- # terraform --version
+ - task: Bash@3
+ displayName: 'Set TF_DIRECTORY variable'
+ inputs:
+ targetType: 'inline'
+ script: |
+ pwd
49
+ echo "hello world"
50
+ echo $(TF_DIRECTORY)
51
+ terraform --version
52
- checkout: self
53
- checkout: dtos-devops-templates
54
- template: .azuredevops/templates/steps/tf_plan.yaml@dtos-devops-templates
0 commit comments