diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 6c67ece..98eb2b6 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,16 +1,17 @@ -#pipeline + kind: pipeline type: docker name: default platform: os: linux - arch: arm64 + arch: amd64 steps: -- name: golang编译 - image: golang - commands: - - go build - name: maven - image: maven:3-jdk-10 + image: arm64v8/maven commands: - - mvn install -DskipTests=true + - echo 'hello' +trigger: + branch: + - master + event: + - push