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