Skip to content

Commit

Permalink
Merge pull request #732 from tomplus/feat/mvn
Browse files Browse the repository at this point in the history
feat: remove dependency on mvn from updating script
  • Loading branch information
k8s-ci-robot authored Jul 23, 2019
2 parents 1ad4aff + ce188d5 commit 4a204fa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/update-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4a204fa

Please sign in to comment.