revert!! temporary change to hack/update-all.sh

pull/6/head
Chao Xu 2017-06-17 23:02:04 -07:00
parent 4379bbdafb
commit 593e7c0256
1 changed files with 2 additions and 11 deletions

View File

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