parent
9bee4b02c9
commit
c86a8452f6
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue