Skip to content

Commit a5280ab

Browse files
committed
Use relative path instead of full_path
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
1 parent ee0303c commit a5280ab

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

daily_tests/show_logs.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
set -x
44

5+
cd /root/ci-scripts/daily_tests
6+
57
while true; do
68
echo "Displaying log files every 10 minutes..."
79
date
8-
python3 /root/ci-scripts/show_logs.py
10+
python3 ./show_logs.py
911
# Let's sleep for 10 minutes
1012
sleep 600
1113
done

0 commit comments

Comments
 (0)