serene/.ci.yml

17 lines
194 B
YAML
Raw Normal View History

2022-06-12 10:08:38 +01:00
kind: pipeline
type: docker
name: default
2022-06-12 10:51:00 +01:00
platform:
os: linux
2022-06-12 11:54:10 +01:00
arch: arm64
2022-06-12 10:08:38 +01:00
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world
when:
branch:
- master