Fix secret key importing.

This commit is contained in:
Endolf 2018-05-23 20:39:54 +01:00
parent 4731a08964
commit 6b177835ff

2
Jenkinsfile vendored
View file

@ -77,7 +77,7 @@ pipeline {
unstash 'windows-artifacts'
unstash 'osx-artifacts'
unstash 'linux-artifacts'
sh 'echo $GPG_SECRET_KEYS | base64 --decode | gpg --import'
sh 'echo $GPG_SECRET_KEYS | base64 --decode | gpg --batch --import'
sh 'echo $GPG_OWNERTRUST | base64 --decode | gpg --import-ownertrust'
withMaven(
mavenSettingsConfig: 'maven-central'