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

This commit is contained in:
xxq250 2022-05-30 10:48:43 +08:00
parent b6bd0d9a00
commit 4693cc7a92
1 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,7 @@
kind: pipeline
type: docker
name: master
name: test
platform:
os: linux
arch: amd64
@ -10,10 +10,6 @@ steps:
image: maven:3-jdk-10
commands:
- mvn install -DskipTests=true
- name: gradle
image: gradle:jdk10
commands:
- gradle build -x test
# 需要将软件包与部署脚本提前上传到远程主机(见文件上传模板)
# host、username、password可在参数管理中配置
- name: 远程主机部署
@ -31,6 +27,6 @@ steps:
- ./home/deploy.sh
trigger:
branch:
- master
- test
event:
- push