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