更新 '.drone.yaml'
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
yushangwl 2021-07-31 14:12:23 +08:00
parent 33de72c9df
commit 6c225308c3

View File

@ -5,6 +5,9 @@ steps:
- name: build
image: maven:3-jdk-8
pull: if-not-exists
volumes:
- name: maven
path: /root/.m2
commands:
- mvn clean package
- ls -h