-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(maven): move check for MAVEN_CMD before maven wrapper setup
MAVEN_CMD has the precendence over the maven wrapper, either set via the MAVEN_WRAPPER env var or copied from a local path. This commit changes the evaluation order to reflect ordering which avoid to perform a useless file copy and also make it easy to run the operator off cluster since the mvnw location may not exist
- Loading branch information
1 parent
fe87df3
commit 8403c29
Showing
2 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters