Skip to content

Commit

Permalink
Longer retry during nightly pull
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Lönnegren <fredrik.lonnegren@suse.com>
  • Loading branch information
frelon committed May 24, 2024
1 parent f036b83 commit 29e909e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ push-toolkit:

.PHONY: pull-toolkit
pull-toolkit:
for retry in 1 2 3 ; do \
for retry in 1 2 3 4 5 ; do \
$(DOCKER) pull $(TOOLKIT_REPO):$(VERSION) && exit 0; \
sleep 3; \
sleep 5; \
done

.PHONY: build-cli
Expand Down

0 comments on commit 29e909e

Please sign in to comment.