mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
revert hack/update-all to its original form
This commit is contained in:
parent
60604f8818
commit
339183181d
@ -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}"
|
||||||
|
Loading…
Reference in New Issue
Block a user