Add retry

This commit is contained in:
2026-01-15 08:30:32 -05:00
parent f0e9516020
commit 0aedef6ce5

View File

@@ -28,6 +28,7 @@ default:
services: services:
- docker:dind - docker:dind
interruptible: true interruptible: true
retry: 2
image: ghcr.io/blue-build/cli:$TAG image: ghcr.io/blue-build/cli:$TAG
before_script: before_script:
- curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash - curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash