How likely is this to work?
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
e4b1cdd869
commit
3aa8d59ead
|
@ -7,6 +7,12 @@ platform:
|
||||||
os: linux
|
os: linux
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: golang
|
||||||
|
commands:
|
||||||
|
- go get
|
||||||
|
- go build
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
image: plugins/docker:18
|
image: plugins/docker:18
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Reference in New Issue