copr-be: copr-ping: fix log destination

This commit is contained in:
Pavel Raiskup 2021-08-09 12:21:05 +02:00
parent 77e072a0b4
commit 54c5c85eaa

View file

@ -8,4 +8,4 @@ build_id=$(echo "$output" | grep 'Created builds:' | cut -d' ' -f3)
took=$(( stop_time - start_time ))
echo "build_id=$build_id start=$start_time stop=$stop_time took=$took exit_status=$exit_status" \
>> ~/ping.log
>> "{{ ping_log }}"