fix ci maybe
This commit is contained in:
parent
a92f4370b7
commit
caaa324db3
1 changed files with 11 additions and 6 deletions
|
|
@ -1,10 +1,15 @@
|
||||||
image: docker:24.0.5
|
default:
|
||||||
|
image: docker:24.0.5
|
||||||
|
stages:
|
||||||
|
- build
|
||||||
|
before_script:
|
||||||
|
- docker info
|
||||||
|
variables:
|
||||||
|
DOCKER_TLS_CERTDIR: "/certs"
|
||||||
|
CI_DEBUG_SERVICES: "true"
|
||||||
|
|
||||||
stages:
|
services:
|
||||||
- build
|
- "docker:24.0.5-dind"
|
||||||
variables:
|
|
||||||
DOCKER_TLS_CERTDIR: "/certs"
|
|
||||||
CI_DEBUG_SERVICES: "true"
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue