How likely is this to work?

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2020-02-13 23:47:33 +01:00
parent e4b1cdd869
commit 3aa8d59ead
1 changed files with 6 additions and 0 deletions

View File

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