Skip to content

Commit 7a220e2

Browse files
authored
chore: Disable CLIRR checks on releas (#1474)
1 parent e2f5127 commit 7a220e2

File tree

1 file changed

+2
-1
lines changed
  • synthtool/gcp/templates/java_library/.kokoro/release

1 file changed

+2
-1
lines changed

synthtool/gcp/templates/java_library/.kokoro/release/stage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ retry_with_backoff 3 10 \
3232
mvn clean deploy -B \
3333
--settings ${MAVEN_SETTINGS_FILE} \
3434
-DskipTests=true \
35+
-Dclirr.skip=true \
3536
-DperformRelease=true \
3637
-Dgpg.executable=gpg \
3738
-Dgpg.passphrase=${GPG_PASSPHRASE} \
@@ -42,4 +43,4 @@ then
4243
mvn nexus-staging:release -B \
4344
-DperformRelease=true \
4445
--settings=settings.xml
45-
fi
46+
fi

0 commit comments

Comments
 (0)