mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-18 17:33:39 +00:00
nit: newlines
This commit is contained in:
parent
5ed5a5fe25
commit
5eedf2a0f1
@ -23,4 +23,4 @@ KUBE_ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")"/../.. && pwd -P)
|
||||
cd "${KUBE_ROOT}"
|
||||
|
||||
# convert dumped spec (see dump-spec.sh) to conformance.md
|
||||
go run ./test/conformance/walk.go --source="${KUBE_ROOT}" --docs ./_output/specsummaries.json > ./_output/conformance.md
|
||||
go run ./test/conformance/walk.go --source="${KUBE_ROOT}" --docs ./_output/specsummaries.json > ./_output/conformance.md
|
||||
|
@ -23,4 +23,4 @@ KUBE_ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")"/../.. && pwd -P)
|
||||
cd "${KUBE_ROOT}"
|
||||
|
||||
# convert dumped spec (see dump-spec.sh) to conformance.yaml
|
||||
go run ./test/conformance/walk.go --source="${KUBE_ROOT}" ./_output/specsummaries.json > ./_output/conformance.yaml
|
||||
go run ./test/conformance/walk.go --source="${KUBE_ROOT}" ./_output/specsummaries.json > ./_output/conformance.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user