From 2149189394d99c09583a46445b9588e2884d4ef7 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 13 Jan 2025 18:43:14 +0100 Subject: [PATCH] ci(azure-pipelines): add bash debug output; checkout self --- azure-pipelines.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index f0b33be3a..884647804 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -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