copr-be: copr-ping: fix log destination
This commit is contained in:
parent
77e072a0b4
commit
54c5c85eaa
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ build_id=$(echo "$output" | grep 'Created builds:' | cut -d' ' -f3)
|
||||||
took=$(( stop_time - start_time ))
|
took=$(( stop_time - start_time ))
|
||||||
|
|
||||||
echo "build_id=$build_id start=$start_time stop=$stop_time took=$took exit_status=$exit_status" \
|
echo "build_id=$build_id start=$start_time stop=$stop_time took=$took exit_status=$exit_status" \
|
||||||
>> ~/ping.log
|
>> "{{ ping_log }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue