From daa3c045d7f08dd3e76c1ed55650e6c629fad2ec Mon Sep 17 00:00:00 2001 From: Jihui Nie <56172920+jihuin@users.noreply.github.com> Date: Fri, 16 Sep 2022 14:43:44 -0700 Subject: [PATCH] chore: don't list all keys in the gpg keybox (#161) --- .kokoro/release.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.kokoro/release.sh b/.kokoro/release.sh index e08a55e1..7a946000 100644 --- a/.kokoro/release.sh +++ b/.kokoro/release.sh @@ -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() {