Commit 6b88971
committed
[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 files1 parent 9e7f462 commit 6b88971
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
| |||
0 commit comments