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
Paul Spooren 2020-08-05 13:49:45 -10:00
parent c48da5786d
commit 2c562e71c0
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
.deploy:
image: "$CI_REGISTRY_IMAGE:deploy"
stage: deploy
retry: 2
only:
- master
services: