Skip to content

Commit f8183f3

Browse files
committed
Fix path
1 parent 89ad2ce commit f8183f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/ci/github/on_failure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# VARIABLES #
2525

2626
# Define a file containing log output:
27-
log_file='/var/log/ci.log'
27+
log_file='./tmp/var/log/ci.log'
2828

2929
# Define the number of lines of logged output to print:
3030
tail_num_lines=5000

tools/ci/github/script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
task="$1"
3030

3131
# Define an output file to store log output:
32-
log_dir='./var/log'
32+
log_dir='./tmp/var/log'
3333
log_file="${log_dir}/ci.log"
3434

3535
# Define a heartbeat interval to periodically print messages in order to prevent CI from prematurely ending a build due to long running commands:

0 commit comments

Comments
 (0)