From 593e7c0256d1df3100b8ee8230cd82ce0a2d8e30 Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Sat, 17 Jun 2017 23:02:04 -0700 Subject: [PATCH] revert!! temporary change to hack/update-all.sh --- hack/update-all.sh | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/hack/update-all.sh b/hack/update-all.sh index 02d258ea90d..c05af67b220 100755 --- a/hack/update-all.sh +++ b/hack/update-all.sh @@ -62,20 +62,11 @@ 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-federation-swagger-spec - update-federation-generated-swagger-docs - update-federation-api-reference-docs - update-staging-client-go - update-staging-godeps - update-bazel" + update-bazel + update-gofmt" for t in $BASH_TARGETS; do echo -e "${color_yellow}Updating $t${color_norm}"