mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-14 17:49:19 -04:00
gpg --recv-key just before verifying the tag
This commit is contained in:
parent
9b19635e19
commit
23f2eaa286
1 changed files with 1 additions and 1 deletions
|
@ -118,10 +118,10 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Get source
|
# Get source
|
||||||
gpg --recv-key 8657ABB260F056B1E5190839D9C4D26D0E604491
|
|
||||||
cd /c/Users/circleci/src
|
cd /c/Users/circleci/src
|
||||||
git clone https://github.com/openssl/openssl.git
|
git clone https://github.com/openssl/openssl.git
|
||||||
cd openssl
|
cd openssl
|
||||||
|
gpg --recv-key 8657ABB260F056B1E5190839D9C4D26D0E604491
|
||||||
git tag -v $OPENSSL_TAG
|
git tag -v $OPENSSL_TAG
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "openssl tag doesn't verify"
|
echo "openssl tag doesn't verify"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue