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

[Build] Make staging of relevant files robust against file absence #2403

Commits on Sep 28, 2024

  1. [Build] Make staging of relevant files robust against file absence

    Stage the relevant kind of files in isolation and don't fail if that
    kind of file does not exist at all in the repository.
    
    Otherwise the entire step fails if the repo for example doesn't contain
    a feature.xml, because the previous 'git add' command then fails with:
    
    fatal: pathspec '*/feature.xml' did not match any files
    HannesWell committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    0597ab6 View commit details
    Browse the repository at this point in the history