Skip to content

Commit daa3c04

Browse files
authored
chore: don't list all keys in the gpg keybox (#161)
1 parent fea34f6 commit daa3c04

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.kokoro/release.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ setup_environment_secrets() {
1313
export GNUPGHOME=/tmp/gpg
1414
mkdir $GNUPGHOME
1515
mv ${KOKORO_KEYSTORE_DIR}/75669_functions-framework-java-release-bot-gpg-pubring $GNUPGHOME/pubring.kbx
16-
# Restart the gpg-agent to avoid the error of no default secret key.
17-
gpg2 -k
1816
}
1917

2018
create_settings_xml_file() {

0 commit comments

Comments
 (0)