trying again
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
5a44f0ec13
commit
c950d97a34
@ -15,7 +15,7 @@ steps:
|
|||||||
- docker build -t dagger-test-builder .
|
- docker build -t dagger-test-builder .
|
||||||
|
|
||||||
- name: "run-pipeline"
|
- name: "run-pipeline"
|
||||||
image: harbor.front.kjuulh.io/docker-proxy/library/docker:dind
|
image: dagger-test-builder
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
path: /var/run
|
path: /var/run
|
||||||
@ -24,7 +24,7 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- "build"
|
- "build"
|
||||||
commands:
|
commands:
|
||||||
- "docker run dagger-test-builder ./dagger 'https://github.com/kpenfound/greetings-api.git'"
|
- "./dagger 'https://github.com/kpenfound/greetings-api.git'"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: docker
|
- name: docker
|
||||||
|
Loading…
Reference in New Issue
Block a user