Skip to content

Commit

Permalink
fix:remove print maven repo username
Browse files Browse the repository at this point in the history
  • Loading branch information
dixuswe committed Nov 22, 2024
1 parent c1b4d8f commit f3300ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .kokoro/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ setup_environment_secrets() {
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':')
export GPG_PASSPHRASE=$(cat ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-passphrase)
echo $SONATYPE_USERNAME

# Add the key ring files to $GNUPGHOME to verify the GPG credentials.
export GNUPGHOME=/tmp/gpg
Expand Down

0 comments on commit f3300ac

Please sign in to comment.