Skip to content
Snippets Groups Projects
Commit ceb09547 authored by MENACER Mohamed's avatar MENACER Mohamed
Browse files

24 edition

parent e9bfd534
No related branches found
No related tags found
No related merge requests found
Pipeline #47302 failed
image: docker:latest image: docker:latest
services: services:
- name: docker:dind - docker:dind
privileged: true
variables: variables:
DOCKER_HOST: tcp://docker:2375/ DOCKER_HOST: tcp://docker:2375/
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
DOCKER_DRIVER: overlay2
DOCKER_TLS_VERIFY: "0"
before_script:
- docker info
stages: stages:
- build - build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment