15 lines
182 B
YAML
15 lines
182 B
YAML
---
|
|
kind: pipeline
|
|
type: kubernetes
|
|
name: elbot
|
|
|
|
steps:
|
|
- name: try build
|
|
image: golang:1.12
|
|
commands:
|
|
- go build
|
|
- name: try test
|
|
image: golang:1.12
|
|
commands:
|
|
- go test
|