mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove unused comment
This commit is contained in:
parent
088d4c0219
commit
5e5991d004
@ -9,8 +9,6 @@ export const githubWebhook = async (req: any, res: any): Promise<void> => {
|
||||
// Handle push events
|
||||
if (req.headers['x-github-event'] === 'push') {
|
||||
const payload = req.body
|
||||
// eslint-disable-next-line no-console
|
||||
// console.log(payload)
|
||||
|
||||
if (payload.ref === `refs/heads/${CONFIG.WEBHOOK_GITHUB_BRANCH}`) {
|
||||
// spawn shell and detach process to allow killing of parent process in the update script
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user