Skip to content

Commit

Permalink
fix: logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderMatt committed Oct 11, 2023
1 parent 3e8d914 commit 89ef424
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tasks/gitea/gitea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ export async function upsertRepo(
return undefined
}
export async function addHook(repoApi: RepositoryApi, hasTektonHook: boolean): Promise<void> {
console.log('Check for Tekton hook')
console.debug('Check for Tekton hook')
if (!hasTektonHook) {
console.log('No Tekton hook')
console.log('Trying to add Tekton hook')
console.debug('No Tekton hook')
console.debug('Trying to add Tekton hook')
await doApiCall(
errors,
`Adding hook "tekton" to repo otomi/values`,
Expand Down

0 comments on commit 89ef424

Please sign in to comment.