Skip to content

Commit

Permalink
Fix: Remove comma from mvn phases
Browse files Browse the repository at this point in the history
Signed-off-by: Anil Belur <[email protected]>
Change-Id: I25404aeb2d362b794f89559ca4a89b69348682cf
  • Loading branch information
askb committed Mar 1, 2024
1 parent 4b09aed commit 19c69c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gerrit-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
JDK_VERSION: "17"
MVN_VERSION: "3.8.3"
MVN_PROFILES: "docker"
MVN_PHASES: "clean, install"
MVN_PHASES: "clean install"
# yamllint disable rule:line-length
MVN_OPTS: >-
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
Expand Down

0 comments on commit 19c69c4

Please sign in to comment.