diff options
| author | Kubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com> | 2017-10-25 19:13:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-25 19:13:05 -0700 |
| commit | f479f056ec32c0e5c434ca0b67a4519b34c618dd (patch) | |
| tree | 45750b943db58300c705eba0377c8748ca813c56 /sig-cli | |
| parent | 3512ad9d7eaa2fa3820940d9c18758b6c250efc8 (diff) | |
| parent | fad14ac876614244864b07dd8a87132510003198 (diff) | |
Merge pull request #1267 from cblecker/generator-no-docker
Automatic merge from submit-queue.
Don't use docker by default for sig docs generator
Per https://github.com/kubernetes/test-infra/pull/5149, removing the requirement to run this inside a docker container.
Made a bunch of changes to make this work in just a regular GOPATH. Feedback welcomed, @jamiehannaford :)
Diffstat (limited to 'sig-cli')
| -rw-r--r-- | sig-cli/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sig-cli/README.md b/sig-cli/README.md index 149e785a..1f234eaf 100644 --- a/sig-cli/README.md +++ b/sig-cli/README.md @@ -4,7 +4,7 @@ This is an autogenerated file! Please do not edit this file directly, but instead make changes to the sigs.yaml file in the project root. -To understand how this file is generated, see generator/README.md. +To understand how this file is generated, see https://git.k8s.io/community/generator/README.md --> # CLI SIG |
