update 2
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is failing Details

pull/2/head
Adam Veldhousen 3 years ago
parent 92ea181ed5
commit 01c91a982e
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B

@ -9,6 +9,7 @@ steps:
- name: dockersock
path: /var/run/docker.sock
commands:
- apk add make
- make build publish
when:
branch:
@ -21,17 +22,7 @@ steps:
- name: dockersock
path: /var/run/docker.sock
commands:
- make docker-build-dev
when:
branch:
exclude:
- master
- name: docker build
image: docker:dind
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
- apk add make
- make build
when:
branch:

Loading…
Cancel
Save