We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ad2ce commit f8183f3Copy full SHA for f8183f3
tools/ci/github/on_failure
@@ -24,7 +24,7 @@
24
# VARIABLES #
25
26
# Define a file containing log output:
27
-log_file='/var/log/ci.log'
+log_file='./tmp/var/log/ci.log'
28
29
# Define the number of lines of logged output to print:
30
tail_num_lines=5000
tools/ci/github/script
@@ -29,7 +29,7 @@
task="$1"
31
# Define an output file to store log output:
32
-log_dir='./var/log'
+log_dir='./tmp/var/log'
33
log_file="${log_dir}/ci.log"
34
35
# 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