This commit is contained in:
parent
a61d9910c7
commit
c15337d5e4
30
.drone.yml
30
.drone.yml
@ -3,30 +3,16 @@ type: docker
|
|||||||
name: haiti-framework
|
name: haiti-framework
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: build
|
||||||
- name: publish
|
image: node
|
||||||
image: maven:3.8.6-openjdk-11
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: m2
|
- name: cache
|
||||||
path: /tmp/test
|
path: /tmp/cache
|
||||||
environment:
|
|
||||||
GPG_PRIVATE_KEY:
|
|
||||||
from_secret: GPG_PRIVATE_KEY
|
|
||||||
MAVEN_SETTINGS:
|
|
||||||
from_secret: MAVEN_SETTINGS
|
|
||||||
GPG_PASSPHRASE:
|
|
||||||
from_secret: GPG_PASSPHRASE
|
|
||||||
commands:
|
commands:
|
||||||
- echo "$GPG_PRIVATE_KEY" >> gpg.key
|
- npm install
|
||||||
- echo "$MAVEN_SETTINGS" >> maven-settings.xml
|
- npm test
|
||||||
- gpg --pinentry-mode loopback --passphrase $GPG_PASSPHRASE --import gpg.key
|
|
||||||
- mvn --settings maven-settings.xml -U -P ossrh,release clean deploy
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
# ref:
|
|
||||||
# - refs/tags/v.*.*.*
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: m2
|
- name: cache
|
||||||
host:
|
host:
|
||||||
path: ${PATH_MAVEN_M2}
|
path: /var/lib/cache
|
Loading…
Reference in New Issue
Block a user