Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix documentation postchecks #10585

Merged
merged 1 commit into from Mar 16, 2020
Merged

docs: Fix documentation postchecks #10585

merged 1 commit into from Mar 16, 2020

Commits on Mar 16, 2020

  1. docs: Fix documentation postchecks

    The Runtime* tests are failing with the following error.
    
      runtime: make[1]: Leaving directory '/home/vagrant/go/src/github.com/cilium/cilium/Documentation'
      runtime: diff -x '*.rst' -r ./Documentation/cmdref/cilium-agent.md /tmp/tmp.TrZz6y7HNu/cilium-agent.md
      runtime: 52d51
      runtime: <       --disable-k8s-services                          Disable east-west K8s load balancing by cilium
      runtime: Detected a difference in the cmdref directory
      runtime: diff -r: diff -r ./Documentation/cmdref/cilium-agent.md /tmp/tmp.TrZz6y7HNu/cilium-agent.md
      runtime: 52d51
      runtime: <       --disable-k8s-services                          Disable east-west K8s load balancing by cilium
      runtime: Only in ./Documentation/cmdref: cli_index.rst
      runtime: Only in ./Documentation/cmdref: index.rst
      runtime: Only in ./Documentation/cmdref: kvstore.rst
      runtime: Please rerun 'make -C Documentation cmdref' and commit your changes
      runtime: Makefile:456: recipe for target 'postcheck' failed
      runtime: make: *** [postcheck] Error 1
    
    Fixes: #10552
    Signed-off-by: Paul Chaignon <paul@cilium.io>
    pchaigno committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    1297c8f View commit details
    Browse the repository at this point in the history