Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/19359#discussion_r141477144
--- Diff: dev/create-release/release-build.sh ---
@@ -74,7 +74,7 @@ GIT_REF=${GIT_REF:-master}
# Destination directory parent on remote server
REMOTE_PARENT_DIR=${REMOTE_PARENT_DIR:-/home/$ASF_USERNAME/public_html}
-GPG="gpg --no-tty --batch"
+GPG="gpg -u $GPG_KEY --no-tty --batch"
--- End diff --
Does the script work without `GPG_KEY` , or is it required to run this
script?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]