🔧 修改自动打包为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
|
kind: pipeline
|
||||||
name: pipeline-example-maven
|
name: maven-build-pipeline
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: BuildProject
|
- name: BuildProject
|
||||||
image: maven
|
image: maven:3-jdk-11
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
path: /root/.m2
|
path: /root/.m2
|
||||||
commands:
|
commands:
|
||||||
- mvn clean install
|
- mvn clean install -Dskip.test=true
|
||||||
- ls target
|
- ls target
|
||||||
|
|
||||||
- name: SendToDingTalk
|
- name: SendToDingTalk
|
||||||
|
Loading…
Reference in New Issue
Block a user