Skip to content
Snippets Groups Projects
Commit 74c091f0 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix(cicd): job build issue on service

parent 0d9f2fca
No related branches found
No related tags found
1 merge request!2201.14
......@@ -28,8 +28,6 @@ build_branch:
build:
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/docker:18.09
services:
- ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/:18.09-dind
stage: build
only:
- master
......@@ -41,8 +39,6 @@ build:
build-release:
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/docker:18.09
services:
- ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/:18.09-dind
stage: build
only:
- tags
......@@ -53,8 +49,6 @@ build-release:
build_dev:
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/docker:18.09
services:
- ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/docker:18.09-dind
stage: build
only:
- dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment