We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 525c9ee commit 6a6b6faCopy full SHA for 6a6b6fa
1 file changed
.gitlab/scripts/poll_e2e.sh
@@ -77,10 +77,10 @@ while true; do
77
exit 0
78
;;
79
running|pending|created|waiting_for_resource|preparing)
80
- echo "still running, retrying in 2 minutes..."
+ echo "still running, checking again in 2 minutes..."
81
82
*)
83
- echo "unknown status, retrying in 2 minutes..."
+ echo "unknown status, checking again in 2 minutes..."
84
85
esac
86
0 commit comments