trying again
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Kasper Juul Hermansen 2022-10-28 23:56:45 +02:00
parent 5a44f0ec13
commit c950d97a34
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -15,7 +15,7 @@ steps:
- docker build -t dagger-test-builder .
- name: "run-pipeline"
image: harbor.front.kjuulh.io/docker-proxy/library/docker:dind
image: dagger-test-builder
volumes:
- name: dockersock
path: /var/run
@ -24,7 +24,7 @@ steps:
depends_on:
- "build"
commands:
- "docker run dagger-test-builder ./dagger 'https://github.com/kpenfound/greetings-api.git'"
- "./dagger 'https://github.com/kpenfound/greetings-api.git'"
services:
- name: docker