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 c1b4d8f commit f3300acCopy full SHA for f3300ac
.kokoro/release.sh
@@ -19,7 +19,6 @@ setup_environment_secrets() {
19
export SONATYPE_USERNAME=$(cat ${KOKORO_KEYSTORE_DIR}/75669_functions-framework-java-release-bot-sonatype-password | cut -f1 -d':')
20
export SONATYPE_PASSWORD=$(cat ${KOKORO_KEYSTORE_DIR}/75669_functions-framework-java-release-bot-sonatype-password | cut -f2 -d':')
21
export GPG_PASSPHRASE=$(cat ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-passphrase)
22
- echo $SONATYPE_USERNAME
23
24
# Add the key ring files to $GNUPGHOME to verify the GPG credentials.
25
export GNUPGHOME=/tmp/gpg
0 commit comments