From 04f291e5b49e7778adb2234e108355c5475ddf01 Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Mon, 31 Oct 2016 10:50:13 -0700 Subject: [PATCH] disable update-staging-client-go until code freeze --- hack/update-all.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hack/update-all.sh b/hack/update-all.sh index 146861bbf0c..832eda6cd13 100755 --- a/hack/update-all.sh +++ b/hack/update-all.sh @@ -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