Skip to content

Commit d06a40a

Browse files
committed
please.sh upload: require gpg key to sign packages/db
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 386ee85 commit d06a40a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

please.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2192,6 +2192,9 @@ pkg_upload () {
21922192
}
21932193

21942194
upload () { # <package>
2195+
test -n "$GPGKEY" ||
2196+
die "Need GPGKEY to upload packages\n"
2197+
21952198
set_package "$1"
21962199

21972200
grep -q '^machine api\.bintray\.com$' "$HOME"/_netrc ||

0 commit comments

Comments
 (0)