We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ad4aff + ce188d5 commit 4a204faCopy full SHA for 4a204fa
scripts/update-client.sh
@@ -21,11 +21,6 @@ set -o errexit
21
set -o nounset
22
set -o pipefail
23
24
-if ! which mvn > /dev/null 2>&1; then
25
- echo "Maven is not installed."
26
- exit
27
-fi
28
-
29
SCRIPT_ROOT=$(dirname "${BASH_SOURCE}")
30
CLIENT_ROOT="${SCRIPT_ROOT}/../kubernetes"
31
CLIENT_VERSION=$(python "${SCRIPT_ROOT}/constants.py" CLIENT_VERSION)
0 commit comments