mirror of https://github.com/k3s-io/k3s
revert!! temporary change to hack/update-all.sh
parent
4379bbdafb
commit
593e7c0256
|
@ -62,20 +62,11 @@ 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-federation-swagger-spec
|
update-bazel
|
||||||
update-federation-generated-swagger-docs
|
update-gofmt"
|
||||||
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