From eebac6e65381a4082d973226301898fc49706b08 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Mon, 30 May 2022 10:01:20 +0800 Subject: [PATCH] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 3ed7e48..823e7aa 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -6,11 +6,6 @@ platform: os: linux arch: amd64 steps: -- name: 编译 - image: gcc - commands: - - ./configure - - make - name: maven image: maven:3-jdk-10 commands: