Update '.trustie-pipeline.yml'
continuous-integration/drone/push Build is failing Details

This commit is contained in:
cxt 2021-01-20 15:05:25 +08:00
parent c6826eda1d
commit c8bcecaeb1
1 changed files with 7 additions and 3 deletions

View File

@ -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