petersomogyi commented on a change in pull request #671: HBASE-23092 Make the 
RM tooling in dev-tools/create-release generic
URL: https://github.com/apache/hbase/pull/671#discussion_r329957236
 
 

 ##########
 File path: dev-support/create-release/do-release-docker.sh
 ##########
 @@ -112,7 +118,7 @@ done
 
 GPG_KEY_FILE="$WORKDIR/gpg.key"
 fcreate_secure "$GPG_KEY_FILE"
-$GPG --passphrase $GPG_PASSPHRASE --export-secret-key --armor "$GPG_KEY" > 
"$GPG_KEY_FILE"
+"$GPG" --passphrase "$GPG_PASSPHRASE" --export-secret-key --armor "$GPG_KEY" > 
"$GPG_KEY_FILE"
 
 Review comment:
   Quoting gpg caused problem previusly. See 
[#33](https://github.com/apache/hbase-operator-tools/pull/33).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to