Skip to content

Commit

Permalink
fix: error
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderMatt committed Feb 24, 2025
1 parent 0c1f5cd commit 77a1e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/gitea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const secretsAndConfigmapsCallback = async (e: any) => {
case ResourceEventType.Added:
case ResourceEventType.Modified: {
try {
await createBuildHook()
// await createBuildHook()
} catch (error) {
console.debug(error)
}
Expand Down

0 comments on commit 77a1e98

Please sign in to comment.