mirror of
https://github.com/lubuntu-team/lugito.git
synced 2025-03-16 01:21:08 +00:00
Ensure pkg_name is defined.
This commit is contained in:
parent
e6afdab9e1
commit
96c73754db
@ -178,6 +178,7 @@ def jenkinstrigger():
|
||||
return 'Ok'
|
||||
|
||||
object_type = lugito.request_data["object"]["type"]
|
||||
pkg_name = lugito.get_object_string("name")
|
||||
|
||||
if object_type == "CMIT":
|
||||
logger.debug("Object is a commit.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user