Update '.trustie-pipeline.yml'
This commit is contained in:
parent
63fd4e38db
commit
9430260f36
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue