Compare commits

...

5 Commits

1 changed files with 18 additions and 0 deletions

18
.trustie-pipeline.yml Normal file
View File

@ -0,0 +1,18 @@
kind: pipeline
type: docker
name: 正式
platform:
os: linux
arch: amd64
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world
trigger:
branch:
- master
event:
- push