Skip to content

Commit

Permalink
chore(itest): remove mvn -o flag (#1854)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Jan 15, 2024
1 parent 076d4bf commit 3693ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repeated-integration-tests.bash
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ getPomProperty() {
xpath -q -e "project/$1/text()" pom.xml
else
"${MVN}" help:help > /dev/null 2>&1
"${MVN}" build-helper:regex-property@image-tag-to-lower help:evaluate -o -B -q -DforceStdout -Dexpression="$1"
"${MVN}" build-helper:regex-property@image-tag-to-lower help:evaluate -B -q -DforceStdout -Dexpression="$1"
fi
}

Expand Down

0 comments on commit 3693ef4

Please sign in to comment.