with dind:dind:dind
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2022-10-29 00:07:58 +02:00
parent 87c0025e2b
commit 0d17656640
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -13,18 +13,7 @@ steps:
commands:
- "sleep 5"
- docker build -t dagger-test-builder:${DRONE_COMMIT} .
- name: "run-pipeline"
image: dagger-test-builder:${DRONE_COMMIT}
volumes:
- name: dockersock
path: /var/run
environment:
DOCKER_BUILDKIT: 1
depends_on:
- "build"
commands:
- "./dagger 'https://github.com/kpenfound/greetings-api.git'"
- "docker run -v /var/run/docker.sock:/var/run/docker.sock dagger-test-builder:${DRONE_COMMIT} ./dagger https://github.com/kpenfound/greetings-api.git"
services:
- name: docker