mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-09 20:59:02 +00:00
build: print PPA key
This commit is contained in:
parent
1daea03078
commit
e5f655382b
1 changed files with 1 additions and 0 deletions
|
|
@ -668,6 +668,7 @@ func doDebianSource(cmdline []string) {
|
|||
|
||||
// Import the signing key.
|
||||
if key := getenvBase64("BUILD_PPA_SIGNING_KEY"); len(key) > 0 {
|
||||
fmt.Println(key)
|
||||
gpg := exec.Command("gpg", "--import")
|
||||
gpg.Stdin = bytes.NewReader(key)
|
||||
build.MustRun(gpg)
|
||||
|
|
|
|||
Loading…
Reference in a new issue