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 ffcda60 commit a74d178Copy full SHA for a74d178
.kokoro/release.sh
@@ -10,6 +10,8 @@ setup_environment_secrets() {
10
export GNUPGHOME=/tmp/gpg
11
mkdir $GNUPGHOME
12
mv ${KOKORO_KEYSTORE_DIR}/75669_functions-framework-java-release-bot-gpg-pubring $GNUPGHOME/pubring.kbx
13
+ # Restart the gpg-agent to avoid the error of no default secret key.
14
+ gpg -k
15
}
16
17
create_settings_xml_file() {
0 commit comments