build: print PPA key
This commit is contained in:
parent
1daea03078
commit
e5f655382b
|
@ -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 New Issue