serene/.ci.yml

17 lines
192 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
arch: arm
2022-06-12 10:08:38 +01:00
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world
when:
branch:
- master