Skip to content

Commit

Permalink
chore: don't list all keys in the gpg keybox (GoogleCloudPlatform#161)
Browse files Browse the repository at this point in the history
jihuin authored Sep 16, 2022
1 parent fea34f6 commit daa3c04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .kokoro/release.sh
Original file line number Diff line number Diff line change
@@ -13,8 +13,6 @@ setup_environment_secrets() {
export GNUPGHOME=/tmp/gpg
mkdir $GNUPGHOME
mv ${KOKORO_KEYSTORE_DIR}/75669_functions-framework-java-release-bot-gpg-pubring $GNUPGHOME/pubring.kbx
# Restart the gpg-agent to avoid the error of no default secret key.
gpg2 -k
}

create_settings_xml_file() {

0 comments on commit daa3c04

Please sign in to comment.