Skip to content

Commit

Permalink
chore: Disable CLIRR checks on releas (#1474)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeli0 committed Jun 29, 2022
1 parent e2f5127 commit 7a220e2
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -32,6 +32,7 @@ retry_with_backoff 3 10 \
mvn clean deploy -B \
--settings ${MAVEN_SETTINGS_FILE} \
-DskipTests=true \
-Dclirr.skip=true \
-DperformRelease=true \
-Dgpg.executable=gpg \
-Dgpg.passphrase=${GPG_PASSPHRASE} \
Expand All @@ -42,4 +43,4 @@ then
mvn nexus-staging:release -B \
-DperformRelease=true \
--settings=settings.xml
fi
fi

0 comments on commit 7a220e2

Please sign in to comment.