Update '.trustie-pipeline.yml'
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
c8bcecaeb1
commit
63fd4e38db
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue