Skip to content

Commit

Permalink
chore(ci): improve integration_test, support CI_MORE_MVN_OPTS
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Apr 4, 2023
1 parent 0e73da0 commit 152ab9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/integration_test
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ source bash-buddy/lib/java_build_utils.sh
JVB_MVN_OPTS=(
"${JVB_DEFAULT_MVN_OPTS[@]}"
-DperformRelease -P'!gen-sign'
${CI_MORE_MVN_OPTS:+${CI_MORE_MVN_OPTS}}
)

################################################################################
Expand Down

0 comments on commit 152ab9e

Please sign in to comment.