parent
c86a8452f6
commit
612a623101
1 changed files with 5 additions and 3 deletions
|
@ -13,11 +13,12 @@ steps:
|
|||
- git config user.name "$GIT_USER_NAME"
|
||||
- git config commit.gpgsign true
|
||||
- git config gpg.format ssh
|
||||
- git config user.signingkey /tmp/sign.pub
|
||||
- git config user.signingkey /run/secrets/sign.pub
|
||||
- echo 1
|
||||
- echo $GIT_SIGN_KEY
|
||||
- echo $GIT_SIGN_PUB
|
||||
- echo 2
|
||||
- echo $GIT_SIGN_KEY > /tmp/sign.pub
|
||||
- echo $GIT_SIGN_KEY > /run/secrets/sign
|
||||
- echo $GIT_SIGN_PUB > /run/secrets/sign.pub
|
||||
- echo 3
|
||||
- cat /tmp/sign.pub
|
||||
- echo 4
|
||||
|
@ -28,6 +29,7 @@ steps:
|
|||
MAVEN_ARGS: --batch-mode --color=always --no-transfer-progress --settings=.woodpecker/maven/settings.xml
|
||||
MAVEN_GPG_KEY: {from_secret: woodpecker_gpg_key}
|
||||
GIT_SIGN_KEY: {from_secret: woodpecker_sign_key}
|
||||
GIT_SIGN_PUB: {from_secret: woodpecker_sign_pub}
|
||||
FORGEJO_USERNAME: {from_secret: woodpecker_username}
|
||||
FORGEJO_PASSWORD: {from_secret: woodpecker_password}
|
||||
SONATYPE_ORG_USERNAME: {from_secret: sonatype_org_username}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue