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

This commit is contained in:
caishi 2021-01-19 19:04:09 +08:00
parent db7cb3b004
commit 148ee018a3
1 changed files with 6 additions and 5 deletions

View File

@ -1,11 +1,12 @@
#pipeline
kind: pipeline
type: docker
name: default
platform:
os: linux
arch: amd64
steps:
- name: greeting
image: primetoninc/jdk
arch: arm64
steps:
- name: maven
image: maven:3-jdk-10
commands:
- echo 'hello world!11217211' > /home/hello.txt
- mvn install -DskipTests=true