Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
4263e6eb
Commit
4263e6eb
authored
Feb 24, 2020
by
Guilhem Saurel
Browse files
oops
parent
5117708b
Pipeline
#8468
passed with stage
in 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gh/views.py
View file @
4263e6eb
...
...
@@ -109,8 +109,7 @@ def webhook(request: HttpRequest) -> HttpResponse:
if
event
==
'ping'
:
return
log
(
request
,
'pong'
)
if
event
==
'push'
:
print
(
'push event detected'
)
return
push
(
request
)
return
push
(
request
,
'push event detected'
)
if
event
==
'check_suite'
:
return
check_suite
(
request
,
'check_suite event detected'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment