Skip to content

Commit

Permalink
fix: remove print maven repo username (#308)
Browse files Browse the repository at this point in the history
* 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 <HansWinterhalter@gmail.com>
  • Loading branch information
dixuswe and HKWinterhalter authored Nov 22, 2024
1 parent 54180ad commit 6d2fc84
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 6d2fc84

Please sign in to comment.