Настройка сборки drone
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
995f028b2b
commit
23349231e9
@ -7,9 +7,9 @@ steps:
|
||||
image: maven:3.8.6-eclipse-temurin-17
|
||||
volumes:
|
||||
- name: m2
|
||||
path: /root/.m2
|
||||
path: /drone/.m2
|
||||
commands:
|
||||
- mvn -U clean package
|
||||
- mvn -Dmaven.repo.local=/drone/.m2/repository -U clean package
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
|
Loading…
Reference in New Issue
Block a user