Skip to content

Commit

Permalink
fix: quote signing key in sanity script (substrait-io#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
westonpace authored Nov 25, 2022
1 parent f82d192 commit fc60c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release/sanity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ else
fi

echo "Validate Signing Private/Public Key."
echo $SIGNING_KEY | base64 --decode | gpg --batch --import
echo "$SIGNING_KEY" | base64 --decode | gpg --batch --import
KEYGRIP=`gpg --with-keygrip --list-secret-keys $SIGNING_KEY_ID | sed -e '/^ *Keygrip *= */!d;s///;q'`
echo "allow-preset-passphrase" >> ~/.gnupg/gpg-agent.conf
gpgconf --reload gpg-agent
Expand Down

0 comments on commit fc60c2b

Please sign in to comment.