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 e64f84d582
commit 6de6ec4b80
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B

@ -13,13 +13,12 @@ steps:
- name: dockersock
path: /var/run/docker.sock
commands:
- apk add make git go curl tar
- mkdir -p /go/src
- make build publish
when:
branch:
- master
steps:
- name: docker build
image: docker:dind
@ -27,8 +26,6 @@ steps:
- name: dockersock
path: /var/run/docker.sock
commands:
- apk add make git go curl tar
- mkdir -p /go/src
- make build
when:
branch:

Loading…
Cancel
Save