Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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
- Loading branch information