test/.trustie-pipeline.yml

18 lines
213 B
YAML
Raw Normal View History

2021-02-01 09:50:25 +08:00
2021-01-20 11:21:37 +08:00
kind: pipeline
type: docker
name: default
platform:
os: linux
2021-02-01 09:50:25 +08:00
arch: amd64
2021-01-20 11:21:37 +08:00
steps:
- name: maven
2021-02-01 09:50:25 +08:00
image: arm64v8/maven
2021-01-20 11:21:37 +08:00
commands:
2021-02-01 09:50:25 +08:00
- echo 'hello'
trigger:
branch:
- master
event:
- push