Skip to content
Snippets Groups Projects
Commit db7e95c5 authored by derrabauke's avatar derrabauke
Browse files

was this service necessary?

parent 6ee125d8
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,8 @@ build_client: ...@@ -48,6 +48,8 @@ build_client:
CLIENT_IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG CLIENT_IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
CLIENT_RELEASE_IMAGE_TAG: $CI_REGISTRY_IMAGE:latest CLIENT_RELEASE_IMAGE_TAG: $CI_REGISTRY_IMAGE:latest
image: docker:19.03.12 image: docker:19.03.12
services:
- docker:19.03.12-dind
tags: tags:
- docker-privileged - docker-privileged
stage: build stage: build
......
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