Настройка сборки 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
67cdc0555b
commit
40e31d292f
@ -5,11 +5,12 @@ name: haiti-framework
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
image: maven:3.8.4-openjdk-11
|
image: maven:3.8.6-openjdk-11
|
||||||
volumes:
|
volumes:
|
||||||
- name: m2
|
- name: m2
|
||||||
path: /root/.m2
|
path: /var/.m2/repository
|
||||||
environment:
|
environment:
|
||||||
|
MAVEN_OPTS: "-Dmaven.repo.local=/var/.m2/repository"
|
||||||
GPG_PRIVATE_KEY:
|
GPG_PRIVATE_KEY:
|
||||||
from_secret: GPG_PRIVATE_KEY
|
from_secret: GPG_PRIVATE_KEY
|
||||||
MAVEN_SETTINGS:
|
MAVEN_SETTINGS:
|
||||||
|
Loading…
Reference in New Issue
Block a user