Skip to content

Commit

Permalink
removed repeated mvn reference from command
Browse files Browse the repository at this point in the history
  • Loading branch information
prodriguezdefino authored and jayehwhyehentee committed Nov 24, 2023
1 parent bd62743 commit 07cfd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild/presubmit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ case $STEP in

# Run unit & integration tests
tests)
$MVN mvn clean clover:setup verify clover:aggregate clover:clover -Pclover -pl flink-connector-bigquery
$MVN clean clover:setup verify clover:aggregate clover:clover -Pclover -pl flink-connector-bigquery
;;

*)
Expand Down

0 comments on commit 07cfd03

Please sign in to comment.