mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-20 15:40:18 +01:00
Fix secret key importing.
This commit is contained in:
parent
4731a08964
commit
6b177835ff
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue