Skip to content

Commit 2af2366

Browse files
committed
wip
1 parent c54a05a commit 2af2366

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,13 @@ stages:
4646
targetType: 'inline'
4747
script: |
4848
pwd
49+
ls -l
50+
find .
4951
echo "hello world"
5052
echo $(TF_DIRECTORY)
53+
cd $(TF_DIRECTORY)
54+
ls -ltr
55+
5156
terraform --version
5257
- checkout: self
5358
- checkout: dtos-devops-templates

0 commit comments

Comments
 (0)