Update '.trustie-pipeline.yml'
continuous-integration/drone/push Build was killed Details

This commit is contained in:
cxt 2021-02-01 09:50:25 +08:00
parent c8bcecaeb1
commit 63fd4e38db
1 changed files with 9 additions and 8 deletions

View File

@ -1,16 +1,17 @@
#pipeline
kind: pipeline
type: docker
name: default
platform:
os: linux
arch: arm64
arch: amd64
steps:
- name: golang编译
image: golang
commands:
- go build
- name: maven
image: maven:3-jdk-10
image: arm64v8/maven
commands:
- mvn install -DskipTests=true
- echo 'hello'
trigger:
branch:
- master
event:
- push