We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09caeca commit bcce78eCopy full SHA for bcce78e
1 file changed
.kokoro/release.sh
@@ -16,8 +16,8 @@ popd
16
# Get secrets from keystore and set and environment variables.
17
setup_environment_secrets() {
18
export GPG_TTY=$(tty)
19
- export SONATYPE_USERNAME=functions-framework-release-bot
20
- export SONATYPE_PASSWORD=$(cat ${KOKORO_KEYSTORE_DIR}/75669_functions-framework-java-release-bot-sonatype-password)
+ export SONATYPE_USERNAME=$(cat ${KOKORO_KEYSTORE_DIR}/75669_functions-framework-java-release-bot-sonatype-password | cut -f1 -d':')
+ 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
23
# Add the key ring files to $GNUPGHOME to verify the GPG credentials.
0 commit comments