diff --git a/daily_tests/show_logs.sh b/daily_tests/show_logs.sh index be8ddc8..600f2eb 100755 --- a/daily_tests/show_logs.sh +++ b/daily_tests/show_logs.sh @@ -2,10 +2,12 @@ set -x +cd /root/ci-scripts/daily_tests + while true; do echo "Displaying log files every 10 minutes..." date - python3 /root/ci-scripts/show_logs.py + python3 ./show_logs.py # Let's sleep for 10 minutes sleep 600 done