got it to build
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 6de6ec4b80
commit 549c345fe2
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B

@ -13,6 +13,7 @@ steps:
- name: dockersock
path: /var/run/docker.sock
commands:
- apk add make go tar curl
- make build publish
when:
branch:
@ -26,6 +27,7 @@ steps:
- name: dockersock
path: /var/run/docker.sock
commands:
- apk add make go tar curl
- make build
when:
branch:

Loading…
Cancel
Save