File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
# Get secrets from keystore and set and environment variables.
17
17
setup_environment_secrets () {
18
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)
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
21
export GPG_PASSPHRASE=$( cat ${KOKORO_KEYSTORE_DIR} /70247_maven-gpg-passphrase)
22
22
23
23
# Add the key ring files to $GNUPGHOME to verify the GPG credentials.
You can’t perform that action at this time.
0 commit comments