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