You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
0 commit comments