Skip to content

Commit

Permalink
For #1346: added gpg config
Browse files Browse the repository at this point in the history
  • Loading branch information
paulodamaso committed May 5, 2020
1 parent 1e8f4d0 commit 20ade9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ release:
sensitive:
- settings.xml
script: |-
export GPG_TTY=$(tty)
gpg --import /home/r/pubring.gpg
gpg --allow-secret-key-import --no-tty --batch --import /home/r/secring.gpg
[[ "${tag}" =~ ^[0-9]+(\.[0-9]+)*$ ]] || exit -1
mvn versions:set "-DnewVersion=${tag}"
git commit -am "${tag}"
Expand Down

0 comments on commit 20ade9e

Please sign in to comment.