Commit e55bb40
committed
ci: fix git ownership error in make-rpm job
Add git safe.directory configuration before building RPMs to fix:
fatal: detected dubious ownership in repository
This occurs when running in a container where the checkout action
creates files owned by a different user than the one running git
commands in subsequent steps.
Signed-off-by: Sarita Mahajan <sarmahaj@redhat.com>1 parent 835dff8 commit e55bb40
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
0 commit comments