From 79c290e6c967034db25c7f90c169d388b29104e0 Mon Sep 17 00:00:00 2001 From: Anshul Patni Date: Mon, 13 Jul 2026 00:45:39 +0000 Subject: [PATCH] ci: skip central-publishing upload during internal Exit Gate CI validation builds Change-Id: I945fa5a4a260ac8837f134c97e7fb4e2799a81b4 --- .kokoro/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.kokoro/build.sh b/.kokoro/build.sh index ef0dade0..39e8e3aa 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -106,6 +106,8 @@ mvn clean deploy -B \ -P sonatype-oss-release \ --settings=../settings.xml \ -DaltDeploymentRepository=exit-gate-ar::https://us-maven.pkg.dev/oss-exit-gate-prod/ff-releases--mavencentral \ + -DskipPublishing=true \ + -Dcentral.skipPublishing=true \ -Dgpg.executable=gpg \ -Dgpg.passphrase="${GPG_PASSPHRASE}" \ -Dgpg.homedir="${GNUPGHOME}"