Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gazel to v17 #45052

Merged
merged 1 commit into from
Apr 28, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion hack/update-bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ source "${KUBE_ROOT}/hack/lib/init.sh"
# TODO(spxtr): Remove this line once Bazel is the only way to build.
rm -f "${KUBE_ROOT}/pkg/generated/openapi/zz_generated.openapi.go"

go get -u gopkg.in/mikedanese/gazel.v16/gazel
go get -u gopkg.in/mikedanese/gazel.v17/gazel

for path in ${GOPATH//:/ }; do
if [[ -e "${path}/bin/gazel" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion hack/verify-bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set -o pipefail
export KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
source "${KUBE_ROOT}/hack/lib/init.sh"

go get gopkg.in/mikedanese/gazel.v16/gazel
go get gopkg.in/mikedanese/gazel.v17/gazel

# Remove generated files prior to running gazel.
# TODO(spxtr): Remove this line once Bazel is the only way to build.
Expand Down