Skip to content

Commit bcf3585

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure/templates/jobs/run_systemtests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
pool:
1212
vmImage: $(image)
1313
variables:
14-
test_log_dir: systemtest/target/logs
14+
test_log_dir: target/logs
1515
timeoutInMinutes: 30
1616
steps:
1717
- template: '../steps/prerequisites/install_java.yaml'
@@ -78,7 +78,7 @@ jobs:
7878
displayName: 'Run systemtests - $(arch) - Helm installation'
7979
- task: PublishBuildArtifacts@1
8080
inputs:
81-
pathtoPublish: $(test_log_dir)
81+
pathtoPublish: systemtest/target/logs
8282
artifactName: systemtest-logs
8383
displayName: 'Publish logs from failed tests'
8484
condition: always()

0 commit comments

Comments
 (0)