Skip to content
Snippets Groups Projects
Commit 8ab37b61 authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

fix(cicd): removed default image

parent e151e03d
No related branches found
No related tags found
1 merge request!41Resolve "Move doc to openshift"
image: docker:git
services:
- docker:dind
variables:
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
......@@ -12,6 +7,9 @@ stages:
- deploy
build_master:
image: docker:git
services:
- docker:dind
stage: build
tags:
- build-push-to-registry
......
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