This commit is contained in:
parent
6dc2a47f90
commit
015915204d
@ -4,8 +4,11 @@ type: kubernetes
|
|||||||
name: elbot
|
name: elbot
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: greeting
|
- name: try build
|
||||||
image: golang:1.12
|
image: golang:1.12
|
||||||
commands:
|
commands:
|
||||||
- go build
|
- go build
|
||||||
|
- name: try test
|
||||||
|
image: golang:1.12
|
||||||
|
commands:
|
||||||
- go test
|
- go test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user