Commit 33918318 authored by Chao Xu's avatar Chao Xu

revert hack/update-all to its original form

parent 60604f88
...@@ -62,11 +62,20 @@ fi ...@@ -62,11 +62,20 @@ fi
BASH_TARGETS=" BASH_TARGETS="
update-generated-protobuf update-generated-protobuf
update-codegen
update-codecgen update-codecgen
update-generated-docs
update-generated-swagger-docs
update-swagger-spec
update-openapi-spec update-openapi-spec
update-api-reference-docs
update-federation-openapi-spec update-federation-openapi-spec
update-bazel update-federation-swagger-spec
update-gofmt" 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 for t in $BASH_TARGETS; do
echo -e "${color_yellow}Updating $t${color_norm}" echo -e "${color_yellow}Updating $t${color_norm}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment