Update '.trustie-pipeline.yml'

This commit is contained in:
cxt 2021-02-02 12:05:22 +08:00
parent 63fd4e38db
commit 9430260f36
1 changed files with 3 additions and 3 deletions

View File

@ -1,15 +1,15 @@
kind: pipeline
type: docker
name: default
name: test
platform:
os: linux
arch: amd64
arch: arm64
steps:
- name: maven
image: arm64v8/maven
commands:
- echo 'hello'
- echo '11'
trigger:
branch:
- master