From 8844a279a8b5a3d2ecc5deded15775e4ff1c201d Mon Sep 17 00:00:00 2001 From: nikhiljindal Date: Mon, 15 May 2017 16:47:32 -0700 Subject: [PATCH] Add update-federation-* scripts to update-all.sh --- hack/update-all.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hack/update-all.sh b/hack/update-all.sh index ab70a809bfc..02d258ea90d 100755 --- a/hack/update-all.sh +++ b/hack/update-all.sh @@ -70,6 +70,9 @@ BASH_TARGETS=" 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"