Commit 6311d04
committed
Work around github weirdness
Currently on the "update submodule" step, we're getting this:
git submodule update --init --recursive
fatal: detected dubious ownership in repository at '/__w/certwrapper/certwrapper'
To add an exception for this directory, call:
git config --global --add safe.directory /__w/certwrapper/certwrapper
make: *** [Makefile:126: update] Error 128
Given the absolute lack of any details of what user the owner is and why
that might be dubious, I've chosen to follow it's advice without prying
too hard.
Signed-off-by: Peter Jones <pjones@redhat.com>1 parent 7ab4abf commit 6311d04
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
85 | 89 | | |
86 | 90 | | |
87 | 91 | | |
| |||
152 | 156 | | |
153 | 157 | | |
154 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
155 | 163 | | |
156 | 164 | | |
157 | 165 | | |
| |||
0 commit comments