Skip to content

Commit 4a204fa

Browse files
authored
Merge pull request #732 from tomplus/feat/mvn
feat: remove dependency on mvn from updating script
2 parents 1ad4aff + ce188d5 commit 4a204fa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/update-client.sh

-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ set -o errexit
2121
set -o nounset
2222
set -o pipefail
2323

24-
if ! which mvn > /dev/null 2>&1; then
25-
echo "Maven is not installed."
26-
exit
27-
fi
28-
2924
SCRIPT_ROOT=$(dirname "${BASH_SOURCE}")
3025
CLIENT_ROOT="${SCRIPT_ROOT}/../kubernetes"
3126
CLIENT_VERSION=$(python "${SCRIPT_ROOT}/constants.py" CLIENT_VERSION)

0 commit comments

Comments
 (0)