File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ 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
2223
2324 # Add the key ring files to $GNUPGHOME to verify the GPG credentials.
2425 export GNUPGHOME=/tmp/gpg
Original file line number Diff line number Diff line change 7373 <plugin >
7474 <groupId >org.apache.maven.plugins</groupId >
7575 <artifactId >maven-source-plugin</artifactId >
76- <version >3.3 .1</version >
76+ <version >3.2 .1</version >
7777 <executions >
7878 <execution >
7979 <id >attach-sources</id >
You can’t perform that action at this time.
0 commit comments