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

Documentation: dont use docker for check-cmdref #16939

Merged
merged 1 commit into from
Aug 2, 2021

Commits on Jul 20, 2021

  1. Documentation: dont use docker for check-cmdref

    check-cmdref just uses bash and git, so there is no reason to run it in
    a container.
    
    At the same time, running it in a container causes the script to not
    work when using it in a directory created with git clone --reference,
    because in this case git object live outside of the directory that is
    mounted in the docker container and git diff will fail.
    
    Signed-off-by: Kornilios Kourtis <kornilios@isovalent.com>
    kkourt committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    4b037f7 View commit details
    Browse the repository at this point in the history