From c8bcecaeb187f80ab34f77dcfd2250f40ade41e0 Mon Sep 17 00:00:00 2001 From: cxt Date: Wed, 20 Jan 2021 15:05:25 +0800 Subject: [PATCH] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index adace00..6c67ece 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -6,7 +6,11 @@ platform: os: linux arch: arm64 steps: -- name: maven - image: arm64v8/maven +- name: golang编译 + image: golang commands: - - echo "teddst" + - go build +- name: maven + image: maven:3-jdk-10 + commands: + - mvn install -DskipTests=true