Import GPG Keys when branch is 'release'

pull/19/head
Hammy 3 years ago
parent fab3bce794
commit b229469090

3
Jenkinsfile vendored

@ -20,6 +20,9 @@ pipeline {
stages {
stage("Import GPG Keys") {
when {
branch 'release'
}
steps {
sh 'gpg --batch --import $GPG_SECRET_KEY'
sh 'gpg --import-ownertrust $GPG_OWNER_TRUST'

Loading…
Cancel
Save