From b9b5dfe59a1a8d43409e66ab7610d5e8e8796577 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Tue, 2 Aug 2022 17:30:30 +0800 Subject: [PATCH] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 9520a10..488e64b 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -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: