Compare commits

...

3 Commits

Author SHA1 Message Date
Struchkov Mark 6d3156a6ba
[maven-release-plugin] prepare for next development iteration
continuous-integration/drone/push Build is passing Details
2024-03-13 13:21:16 +03:00
Struchkov Mark 0d5fba747f
[maven-release-plugin] prepare release v.1.2.2 2024-03-13 13:21:16 +03:00
Struchkov Mark 4d0a9df13e
fix cicd 2024-03-13 13:21:02 +03:00
1 changed files with 3 additions and 1 deletions

View File

@ -58,6 +58,7 @@ steps:
from_secret: GPG_PASSPHRASE
commands:
- apk add --update gpg
- gpg-agent --daemon
- echo "$GPG_PRIVATE_KEY" >> gpg.key
- echo "$MAVEN_SETTINGS" >> maven-settings.xml
- gpg --pinentry-mode loopback --passphrase $GPG_PASSPHRASE --import gpg.key
@ -95,6 +96,7 @@ steps:
from_secret: GPG_PASSPHRASE
commands:
- apk add --update gpg
- gpg-agent --daemon
- echo "$GPG_PRIVATE_KEY" >> gpg.key
- echo "$MAVEN_SETTINGS" >> maven-settings.xml
- gpg --pinentry-mode loopback --passphrase $GPG_PASSPHRASE --import gpg.key
@ -104,6 +106,6 @@ image_pull_secrets:
- DOCKER_AUTH
---
kind: signature
hmac: 36690ee8a286c357b078db63ceda9dcff6b352e0a98645ae348e79c2799c2280
hmac: 99f3bb72cc461e113f3e9550b2fb2bdda3c2b4b6a9f1d4364fe1e6aff4cf718a
...