mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Merge pull request #89708 from spiffxp/update-conformance-instructions
Update conformance docs to reference correct bazel location of testdata
This commit is contained in:
commit
e39aa99c73
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ To update the list, run
|
|||
|
||||
```console
|
||||
bazel build //test/conformance:list_conformance_tests
|
||||
cp bazel-genfiles/test/conformance/conformance.yaml test/conformance/testdata
|
||||
cp bazel-bin/test/conformance/conformance.yaml test/conformance/testdata
|
||||
```
|
||||
|
||||
Add the changed file to your PR, then send for review.
|
||||
|
|
|
|||
Loading…
Reference in a new issue