maybe use dind
This commit is contained in:
parent
72dcb645aa
commit
d07ffa9fa7
@ -17,12 +17,19 @@ stages:
|
|||||||
- build
|
- build
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
|
variables:
|
||||||
|
DOCKER_BUILDKIT: 1
|
||||||
|
COMPOSE_DOCKER_CLI_BUILD: 1
|
||||||
|
|
||||||
|
services:
|
||||||
|
- docker:stable-dind
|
||||||
|
|
||||||
build-prod:
|
build-prod:
|
||||||
tags:
|
tags:
|
||||||
- integration
|
- integration
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- DOCKER_BUILDKIT=1 COMPOSE_DOCKER_CLI_BUILD=1 docker-compose build
|
- docker-compose build
|
||||||
only:
|
only:
|
||||||
- bvander/integration-tests-on-docker
|
- bvander/integration-tests-on-docker
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user