feat: remove dependency on mvn from updating script

This commit is contained in:
Tomasz Prus 2019-01-21 01:17:05 +01:00
parent ed18ea8d70
commit ce188d5f0e

View File

@ -21,11 +21,6 @@ set -o errexit
set -o nounset
set -o pipefail
if ! which mvn > /dev/null 2>&1; then
echo "Maven is not installed."
exit
fi
SCRIPT_ROOT=$(dirname "${BASH_SOURCE}")
CLIENT_ROOT="${SCRIPT_ROOT}/../kubernetes"
CLIENT_VERSION=$(python "${SCRIPT_ROOT}/constants.py" CLIENT_VERSION)