Skip to content

Commit

Permalink
feat: remove dependency on mvn from updating script
Browse files Browse the repository at this point in the history
  • Loading branch information
tomplus committed Jan 21, 2019
1 parent ed18ea8 commit ce188d5
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 ce188d5

Please sign in to comment.