Skip to content

Commit

Permalink
chore: Skipping clirr check in stage job. (#8461)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddixit14 authored Sep 27, 2022
1 parent 3fb9ee8 commit 421a6f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .kokoro/release/stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ create_settings_xml_file "settings.xml"

mvn clean deploy -B \
-DskipTests=true \
-Dclirr.skip=true \
--settings ${MAVEN_SETTINGS_FILE} \
-Dgpg.executable=gpg \
-Dgpg.passphrase=${GPG_PASSPHRASE} \
Expand Down

0 comments on commit 421a6f6

Please sign in to comment.