ci(azure-pipelines): add bash debug output; checkout self
This commit is contained in:
parent
d455cb4f71
commit
2149189394
@ -21,6 +21,15 @@ jobs:
|
|||||||
image: devfra.azurecr.io/de.fraport.build/tools:1.1.0
|
image: devfra.azurecr.io/de.fraport.build/tools:1.1.0
|
||||||
endpoint: devfra
|
endpoint: devfra
|
||||||
steps:
|
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
|
- task: Docker@2
|
||||||
name: dockerLoginDevFra
|
name: dockerLoginDevFra
|
||||||
displayName: Docker Login to devfra
|
displayName: Docker Login to devfra
|
||||||
|
|||||||
Reference in New Issue
Block a user