Skip to content
Snippets Groups Projects
Commit 60512beb authored by Sujen Shah's avatar Sujen Shah
Browse files

Remove dind build

parent f0b45c5c
No related branches found
No related tags found
No related merge requests found
Pipeline #1035 failed with stage
in 5 seconds
# This file is a template, and might need editing before it works on your project.
# Official docker image.
image: docker:latest
stages:
- build
services:
- docker:18.09.7-dind
variables:
DOCKER_DRIVER: overlay
DOCKER_HOST: tcp://localhost:2375
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
build-esa:
stage: build
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment