Skip to content

Commit

Permalink
add sleep between retries for kibana docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
delanni committed Oct 11, 2024
1 parent 56f93fa commit c4a6ce6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ function generator({
echo "Docker pull successful."
break
else
echo "Docker pull unsuccessful, attempt '$attempt'."
echo "Docker pull unsuccessful, attempt '$attempt'. Retrying in 15s"
sleep 15
fi
done
Expand Down

0 comments on commit c4a6ce6

Please sign in to comment.