Skip to content

Commit 6905b1e

Browse files
authored
Merge branch 'main' into release-please--branches--main--components--functions-framework-api
2 parents 991a847 + 6d2fc84 commit 6905b1e

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)