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 kind: pipeline
type: docker type: docker
name: default name: test
platform: platform:
os: linux os: linux
arch: amd64 arch: arm64
steps: steps:
- name: maven - name: maven
image: arm64v8/maven image: arm64v8/maven
commands: commands:
- echo 'hello' - echo '11'
trigger: trigger:
branch: branch:
- master - master