Skip to content

Commit eb6bbe5

Browse files
committed
debug
Signed-off-by: Lukas Kral <[email protected]>
1 parent 1c92b21 commit eb6bbe5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.azure/templates/jobs/run_systemtests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
DOCKER_TAG: latest
5656
TEST_LOG_DIR: $(test_log_dir)
5757
displayName: 'Run systemtests - $(arch) - Bundle installation'
58+
- script: |
59+
ls
60+
displayName: "Check current folder"
61+
condition: always()
5862
- task: Maven@4
5963
inputs:
6064
mavenPOMFile: 'systemtest/pom.xml'

0 commit comments

Comments
 (0)