Skip to content

Commit

Permalink
Add make update to update most generated stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmichalis committed Nov 3, 2016
1 parent 85fe0f1 commit 2bc5f45
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,14 @@ verify:
KUBE_VERIFY_GIT_BRANCH=$(BRANCH) hack/make-rules/verify.sh -v
hack/make-rules/vet.sh

# Runs all the generated updates.
#
# Example:
# make update
.PHONY: update
update:
hack/update-all.sh

# Build and run tests.
#
# Args:
Expand Down
3 changes: 2 additions & 1 deletion hack/update-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ BASH_TARGETS="
generated-swagger-docs
swagger-spec
openapi-spec
api-reference-docs"
api-reference-docs
bazel"
# TODO: (caesarxuchao) uncomment after 1.5 code freeze.
# staging-client-go"

Expand Down

0 comments on commit 2bc5f45

Please sign in to comment.