From 339183181d06d7aeeb11740dbd96d1cd9dc14130 Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Sat, 17 Jun 2017 23:25:45 -0700 Subject: [PATCH] revert hack/update-all to its original form --- hack/update-all.sh | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/hack/update-all.sh b/hack/update-all.sh index c05af67b220..02d258ea90d 100755 --- a/hack/update-all.sh +++ b/hack/update-all.sh @@ -62,11 +62,20 @@ fi BASH_TARGETS=" update-generated-protobuf + update-codegen update-codecgen + update-generated-docs + update-generated-swagger-docs + update-swagger-spec update-openapi-spec + update-api-reference-docs update-federation-openapi-spec - update-bazel - update-gofmt" + update-federation-swagger-spec + update-federation-generated-swagger-docs + update-federation-api-reference-docs + update-staging-client-go + update-staging-godeps + update-bazel" for t in $BASH_TARGETS; do echo -e "${color_yellow}Updating $t${color_norm}"