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

Add hack/update-staging-* to update-all.sh #42229

Merged
merged 1 commit into from Feb 28, 2017
Merged
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
5 changes: 2 additions & 3 deletions hack/update-all.sh
Expand Up @@ -59,11 +59,10 @@ BASH_TARGETS="
swagger-spec
openapi-spec
api-reference-docs
staging-client-go
staging-godeps
bazel
federation-openapi-spec"
# TODO: (caesarxuchao) uncomment after 1.5 code freeze.
# staging-client-go"


for t in $BASH_TARGETS
do
Expand Down