Skip to content

Commit 6d2fc84

Browse files
fix: remove print maven repo username (#308)
* fix: update release pipeline to use maven token instead of user:password * fix:revert maven-source-plugin to 3.2.1 * fix: print username for maven repo publish and revert maven-source-plugin to 3.2.1 * fix: remove print maven repo username --------- Co-authored-by: HKWinterhalter <[email protected]>
1 parent 54180ad commit 6d2fc84

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)