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

ci: use git status instead of git diff to check for a clean state #16619

Merged
merged 1 commit into from
Jun 25, 2021

Commits on Jun 22, 2021

  1. ci: use git status instead of git diff to check for a clean state

    Before this patch, git diff was used to ensure a clean state with
    respect to the git repository. While it could catch a modified or
    removed file, it would not fail when a file was not checked in git
    (i.e. untracked).
    
    This patch use git status instead of git diff, effectively catching
    untracked files as well.
    
    Signed-off-by: Alexandre Perrin <alex@kaworu.ch>
    kaworu committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    b4695c5 View commit details
    Browse the repository at this point in the history