Skip to content

Commit 6a6b6fa

Browse files
committed
fix log
1 parent 525c9ee commit 6a6b6fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab/scripts/poll_e2e.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ while true; do
7777
exit 0
7878
;;
7979
running|pending|created|waiting_for_resource|preparing)
80-
echo "still running, retrying in 2 minutes..."
80+
echo "still running, checking again in 2 minutes..."
8181
;;
8282
*)
83-
echo "unknown status, retrying in 2 minutes..."
83+
echo "unknown status, checking again in 2 minutes..."
8484
;;
8585
esac
8686

0 commit comments

Comments
 (0)