🔧 修改自动打包为Master分支打Tag才触发
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
db5adc422f
commit
fb94bb2163
@ -1,14 +1,14 @@
|
||||
kind: pipeline
|
||||
name: pipeline-example-maven
|
||||
name: maven-build-pipeline
|
||||
|
||||
steps:
|
||||
- name: Build Project
|
||||
image: maven
|
||||
- name: BuildProject
|
||||
image: maven:3-jdk-11
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /root/.m2
|
||||
commands:
|
||||
- mvn clean install
|
||||
- mvn clean install -Dskip.test=true
|
||||
- ls target
|
||||
|
||||
- name: SendToDingTalk
|
||||
|
Loading…
Reference in New Issue
Block a user