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

master
m53297601 1 year ago
parent 5b7c77a347
commit 705577b557

@ -8,7 +8,7 @@ steps:
- name: maven - name: maven
image: maven:3-jdk-10 image: maven:3-jdk-10
commands: commands:
- mvn install -DskipTests=true - mvn package -DskipTests=true
# 本模板示例为上传软件包和部署脚本到home目录 # 本模板示例为上传软件包和部署脚本到home目录
# host、username、password可在参数管理中配置 # host、username、password可在参数管理中配置
- name: 上传文件 - name: 上传文件

Loading…
Cancel
Save