1
Some checks failed
ci/woodpecker/push/release Pipeline failed

This commit is contained in:
Stephan Schnabel 2025-06-25 15:33:34 +02:00
parent 9bee4b02c9
commit c86a8452f6
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0

View file

@ -13,13 +13,13 @@ steps:
- git config user.name "$GIT_USER_NAME"
- git config commit.gpgsign true
- git config gpg.format ssh
- git config user.signingkey /tmp/sign.key
- git config user.signingkey /tmp/sign.pub
- echo 1
- echo $GIT_SIGN_KEY
- echo 2
- echo $GIT_SIGN_KEY > /tmp/sign.key
- echo $GIT_SIGN_KEY > /tmp/sign.pub
- echo 3
- cat /tmp/sign.key
- cat /tmp/sign.pub
- echo 4
# release & write version to env file for image
- mvn release:prepare release:perform