We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a13d1b commit 03e565aCopy full SHA for 03e565a
.travis/gpg.sh
@@ -11,7 +11,7 @@ cat >gen-key-script <<EOF
11
Key-Type: RSA
12
Key-Length: 4096
13
Name-Real: CurrencyFair
14
- Name-Email: mateuszbajorek@currencyfair.com
+ Name-Email: engineeringleads@currencyfair.com
15
Expire-Date: 0y
16
Passphrase: ${GPG_PASSPHRASE}
17
%commit
@@ -45,10 +45,5 @@ while(true); do
45
date
46
GNUPGHOME=./gpgtest gpg --keyserver keyserver.ubuntu.com --recv-keys ${GPG_KEYNAME} && break || sleep 30
47
done
48
-if [[-f ./gpgtest/pubring.gpg]]
49
- echo "Key ${GPG_KEYNAME} uploaded to keyserver.ubuntu.com"
50
-else
51
- echo "Could not retrieve key ${GPG_KEYNAME} from keyserver.ubuntu.com"
52
- exit -1
53
-fi
+echo "Key ${GPG_KEYNAME} uploaded to keyserver.ubuntu.com"
54
rm -rf ./gpgtest
0 commit comments