Skip to content

Commit 9edabfe

Browse files
committed
fixup! debug
Signed-off-by: Lukas Kral <[email protected]>
1 parent 9988894 commit 9edabfe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.azure/templates/jobs/run_systemtests.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ jobs:
5656
TEST_LOG_DIR: $(test_log_dir)
5757
displayName: 'Run systemtests - $(arch) - Bundle installation'
5858
- script: |
59-
ls systemtest/target/ || true
60-
ls target/ || true
61-
ls systemtest/target/logs || true
59+
echo "this is workdir"
60+
ls
61+
echo "this is in systemtest"
62+
ls systemtest
6263
displayName: "Check current folder"
6364
condition: always()
6465
- task: Maven@4

0 commit comments

Comments
 (0)