Skip to content

Commit

Permalink
Disable webhook response
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpierce committed Jan 23, 2024
1 parent 8f20374 commit e46184b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forklift.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def hook():
container or abort(404, "Valid container {}/{}:{} not found".format(repo_name, container, tag))

# Send a callback request
validate_webhook(params.get('callback_url'), 'success')
# validate_webhook(params.get('callback_url'), 'success')

# Exec the restart command
output = restart(container) or abort(500, 'Restart failed')
Expand Down

0 comments on commit e46184b

Please sign in to comment.