got it to build
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details

pull/2/head
Adam Veldhousen 3 years ago
parent 549c345fe2
commit e92c2b6d02
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B

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

Loading…
Cancel
Save