How likely is this to work?

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
master
Martyn 3 years ago
parent e4b1cdd869
commit 3aa8d59ead

@ -7,6 +7,12 @@ platform:
os: linux
steps:
- name: build
image: golang
commands:
- go get
- go build
- name: publish
image: plugins/docker:18
settings:

Loading…
Cancel
Save