We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf03b66 commit 7b3961aCopy full SHA for 7b3961a
routers/init.go
@@ -97,7 +97,7 @@ func syncAppConfForGit(ctx context.Context) error {
97
98
if updated {
99
log.Info("re-sync repository hooks ...")
100
- mustInitCtx(ctx, repo_service.SyncRepositoryHooks)
+ // mustInitCtx(ctx, repo_service.SyncRepositoryHooks)
101
102
log.Info("re-write ssh public keys ...")
103
mustInit(asymkey_model.RewriteAllPublicKeys)
0 commit comments