ci(azure-pipelines): add bash debug output; checkout self

This commit is contained in:
Sarah Vaupel 2025-01-13 18:43:14 +01:00
parent d455cb4f71
commit 2149189394

View File

@ -21,6 +21,15 @@ jobs:
image: devfra.azurecr.io/de.fraport.build/tools:1.1.0
endpoint: devfra
steps:
- checkout: self
- task: Bash@3
displayName: Debug shell output
inputs:
targetType: inline
script: |
pwd
ls -a .
ls -a $(Build.Repository.LocalPath)
- task: Docker@2
name: dockerLoginDevFra
displayName: Docker Login to devfra