mirror of https://github.com/linkerd/linkerd2.git
Set the published version check to sleep for 30 seconds (#4143)
Signed-off-by: Charles Pretzer <charles@buoyant.io>
This commit is contained in:
parent
dac5adc767
commit
abbf4a4e60
|
@ -289,7 +289,7 @@ jobs:
|
|||
until RES=$(curl -sL https://run.linkerd.io/$INSTALL | grep "LINKERD2_VERSION=\${LINKERD2_VERSION:-$TAG}") \
|
||||
|| (( count++ >= 10 ))
|
||||
do
|
||||
sleep 5
|
||||
sleep 30
|
||||
done
|
||||
if [[ -z $RES ]]; then
|
||||
echo "::error::The version '$TAG' was NOT found published in the website"
|
||||
|
|
Loading…
Reference in New Issue