Update '.trustie-pipeline.yml'
This commit is contained in:
parent
68e0dbf2be
commit
b9b5dfe59a
|
|
@ -1,15 +1,11 @@
|
|||
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: master
|
||||
name: 开发
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
arch: amd64
|
||||
steps:
|
||||
- name: maven
|
||||
image: maven:3-jdk-10
|
||||
commands:
|
||||
- mvn install -DskipTests=true
|
||||
- name: maven
|
||||
image: maven:3-jdk-10
|
||||
commands:
|
||||
|
|
|
|||
Loading…
Reference in New Issue