File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed
Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ setup_environment_secrets
5353# Pick the right package to release based on the Kokoro job name.
5454cd ${KOKORO_ARTIFACTS_DIR} /github/functions-framework-java
5555create_settings_xml_file " settings.xml"
56- cat settings.xml
5756echo " KOKORO_JOB_NAME=${KOKORO_JOB_NAME} "
5857if [[ $KOKORO_JOB_NAME == * " function-maven-plugin" * ]]; then
5958 cd function-maven-plugin
Original file line number Diff line number Diff line change 116116 </plugin >
117117 </plugins >
118118 </build >
119- <distributionManagement >
120- <snapshotRepository >
121- <id >sonatype-nexus-snapshots</id >
122- <name >Sonatype Nexus Snapshots</name >
123- <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
124- </snapshotRepository >
125- <repository >
126- <id >sonatype-nexus-staging</id >
127- <name >Nexus Release Repository</name >
128- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
129- </repository >
130- </distributionManagement >
131119 <profiles >
132120 <profile >
133121 <id >sonatype-oss-release</id >
You can’t perform that action at this time.
0 commit comments