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 2021-03-13 13:35:53 -06:00
parent e64f84d582
commit 6de6ec4b80
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
1 changed files with 1 additions and 4 deletions

View File

@ -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: