haiti-framework/.drone.yml
Struchkov Mark a28d6bcd1f
Some checks failed
continuous-integration/drone/push Build is failing
Настройка сборки drone
2022-12-17 12:54:55 +03:00

19 lines
489 B
YAML

kind: pipeline
type: docker
name: haiti-framework
steps:
- name: publish
image: maven:3.8.4-openjdk-11
commands:
- echo "${GPG_PRIVATE_KEY}" >> "gpg.key"
- echo "${TEST}" >> "test.key"
- cat test.key
- echo "${MAVEN_SETTINGS}" >> "maven-settings.xml"
- 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.*.*.*