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: