Update '.trustie-pipeline.yml'

This commit is contained in:
xxq250 2022-05-30 09:56:56 +08:00
parent d84f6081b5
commit 745eb3bacb
1 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,7 @@
kind: pipeline
type: docker
name: 开发流水线
name: dev
platform:
os: linux
arch: amd64
@ -15,10 +15,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: 远程主机部署