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 kind: pipeline
type: docker type: docker
name: default name: default
platform: platform:
os: linux os: linux
arch: arm64 arch: amd64
steps: steps:
- name: golang编译
image: golang
commands:
- go build
- name: maven - name: maven
image: maven:3-jdk-10 image: arm64v8/maven
commands: commands:
- mvn install -DskipTests=true - echo 'hello'
trigger:
branch:
- master
event:
- push