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.
1 parent ed18ea8 commit ce188d5Copy full SHA for ce188d5
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