Commit 3c738c6
committed
chore: revert commit d98557c - always gen lefthook
Turns out the Talos-side configuration is way more blocking for having auto-generated `lefthook.yml` than I anticipated. The Makefile/golang outputs are not generated for Talos, they're hand-written and maintained. Therefore, the `CompileLefthook` callables attached to these outputs never execute, leading to an effectively empty lefthook.yml (just an empty JSON document `{}`).
For the time being, it's far more viable to manually add a lefthook config for Talos. Having that config generated for "GH workflow only" would wipe the lefthook.yml on every `make rekres`. Therefore, we need to revert this change.
Signed-off-by: Maja Bojarska <maja.bojarska@siderolabs.com>1 parent d98557c commit 3c738c6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
| |||
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments