更新 '.drone.yaml'
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
33de72c9df
commit
6c225308c3
@ -5,6 +5,9 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: maven:3-jdk-8
|
image: maven:3-jdk-8
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
|
volumes:
|
||||||
|
- name: maven
|
||||||
|
path: /root/.m2
|
||||||
commands:
|
commands:
|
||||||
- mvn clean package
|
- mvn clean package
|
||||||
- ls -h
|
- ls -h
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user