Compare commits

...

3 Commits

Author SHA1 Message Date
Struchkov Mark 1d0d5349e5
[maven-release-plugin] prepare for next development iteration
continuous-integration/drone/push Build is passing Details
2024-03-13 13:23:05 +03:00
Struchkov Mark b06af5c4b5
[maven-release-plugin] prepare release v.1.2.3 2024-03-13 13:23:05 +03:00
Struchkov Mark 675a0f2beb
fix cicd 2024-03-13 13:22:49 +03:00
1 changed files with 3 additions and 5 deletions

View File

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