Skip to content

Commit f3300ac

Browse files
committed
fix:remove print maven repo username
1 parent c1b4d8f commit f3300ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.kokoro/release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ setup_environment_secrets() {
1919
export SONATYPE_USERNAME=$(cat ${KOKORO_KEYSTORE_DIR}/75669_functions-framework-java-release-bot-sonatype-password | cut -f1 -d':')
2020
export SONATYPE_PASSWORD=$(cat ${KOKORO_KEYSTORE_DIR}/75669_functions-framework-java-release-bot-sonatype-password | cut -f2 -d':')
2121
export GPG_PASSPHRASE=$(cat ${KOKORO_KEYSTORE_DIR}/70247_maven-gpg-passphrase)
22-
echo $SONATYPE_USERNAME
2322

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

0 commit comments

Comments
 (0)