We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f5127 commit 7a220e2Copy full SHA for 7a220e2
synthtool/gcp/templates/java_library/.kokoro/release/stage.sh
@@ -32,6 +32,7 @@ retry_with_backoff 3 10 \
32
mvn clean deploy -B \
33
--settings ${MAVEN_SETTINGS_FILE} \
34
-DskipTests=true \
35
+ -Dclirr.skip=true \
36
-DperformRelease=true \
37
-Dgpg.executable=gpg \
38
-Dgpg.passphrase=${GPG_PASSPHRASE} \
@@ -42,4 +43,4 @@ then
42
43
mvn nexus-staging:release -B \
44
45
--settings=settings.xml
-fi
46
+fi
0 commit comments