revert hack/update-all to its original form

pull/6/head
Chao Xu 2017-06-17 23:25:45 -07:00
parent 60604f8818
commit 339183181d
1 changed files with 11 additions and 2 deletions

View File

@ -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}"