Merge pull request #35915 from caesarxuchao/stop-update-client-go

Automatic merge from submit-queue

Disable update-staging-client-go until code freeze

I don't want to cause developer friction until code freeze. I'll babysit the script for the moment to keep the client-go up-to-date.

Should had done this in #34489.
This commit is contained in:
Kubernetes Submit Queue
2016-10-31 14:35:04 -07:00
committed by GitHub

View File

@@ -58,8 +58,9 @@ BASH_TARGETS="
generated-swagger-docs
swagger-spec
openapi-spec
api-reference-docs
staging-client-go"
api-reference-docs"
# TODO: (caesarxuchao) uncomment after 1.5 code freeze.
# staging-client-go"
for t in $BASH_TARGETS