Skip to content

Commit

Permalink
change sonatype account
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Dec 13, 2023
1 parent ff2f2d7 commit 33e2382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .kokoro/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ setup_environment_secrets() {
mkdir "${GPG_HOMEDIR}"
mv "${KOKORO_KEYSTORE_DIR}"/70247_maven-gpg-pubkeyring "${GPG_HOMEDIR}"/pubring.gpg
mv "${KOKORO_KEYSTORE_DIR}"/70247_maven-gpg-keyring "${GPG_HOMEDIR}"/secring.gpg
SONATYPE_USERNAME=$(cat "${KOKORO_KEYSTORE_DIR}"/70247_sonatype-credentials | cut -f1 -d'|')
SONATYPE_USERNAME=$(cat "${KOKORO_KEYSTORE_DIR}"/72743_sonatype_username)
export SONATYPE_USERNAME
SONATYPE_PASSWORD=$(cat "${KOKORO_KEYSTORE_DIR}"/70247_sonatype-credentials | cut -f2 -d'|')
SONATYPE_PASSWORD=$(cat "${KOKORO_KEYSTORE_DIR}"/72743_sonatype_password)
export SONATYPE_PASSWORD
}

Expand Down

0 comments on commit 33e2382

Please sign in to comment.