test/.trustie-pipeline.yml

18 lines
213 B
YAML

kind: pipeline
type: docker
name: default
platform:
os: linux
arch: amd64
steps:
- name: maven
image: arm64v8/maven
commands:
- echo 'hello'
trigger:
branch:
- master
event:
- push