Commit c481991
authored
🐛 Fix target repository creds. (#173)
This spot missed.
Related to: konveyor/tackle2-addon#75 - handle
working with multiple repositories concurrently in 0.8.
```
- '[RULESET] fetching: id=30 (__Target(Test)-ac32d015-93df-11f0-8d81-4661cd220ef3)'
- '[GIT] Home (directory): /addon/.git/8c35e7c2'
- '[GIT] Cloning: https://github.com/abrugaro/book-server'
- '[CMD] /usr/bin/git succeeded.'
```
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Bug Fixes**
* Improved error handling when associating identities with ruleset
repositories so identity lookup failures are reported early and prevent
partial repository setup.
* **Refactor**
* Repository initialization updated to a more flexible options-based
pattern, improving extensibility while preserving existing behavior for
users.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
---------
Signed-off-by: Jeff Ortel <[email protected]>1 parent 3031920 commit c481991
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
226 | 232 | | |
227 | 233 | | |
228 | 234 | | |
229 | 235 | | |
230 | | - | |
| 236 | + | |
231 | 237 | | |
232 | 238 | | |
233 | 239 | | |
| |||
0 commit comments