9 lines
129 B
YAML
9 lines
129 B
YAML
---
|
|
kind: pipeline
|
|
name: coopcloud.tech/abra
|
|
steps:
|
|
- name: make build
|
|
image: golang:1.16
|
|
commands:
|
|
- make build
|