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

This commit is contained in:
2022-10-29 00:07:58 +02:00
parent 87c0025e2b
commit 0d17656640

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