mirror of https://github.com/openwrt/docker.git
deploy: Retry twice
Currently some deploy job fails because of hub.docker.com issues, just retry the deploy job in such cases. Signed-off-by: Paul Spooren <mail@aparcar.org>pull/62/head
parent
c48da5786d
commit
2c562e71c0
|
@ -1,6 +1,7 @@
|
|||
.deploy:
|
||||
image: "$CI_REGISTRY_IMAGE:deploy"
|
||||
stage: deploy
|
||||
retry: 2
|
||||
only:
|
||||
- master
|
||||
services:
|
||||
|
|
Loading…
Reference in New Issue