serene/.ci.yml

14 lines
158 B
YAML
Raw Normal View History

2022-06-12 10:08:38 +01:00
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world
when:
branch:
- master