remove logs
This commit is contained in:
parent
67af4504f6
commit
bf5ed0846a
|
@ -20,12 +20,11 @@ async def intgr(request: Request):
|
||||||
|
|
||||||
[tag, number, *args] = branch.split("-")
|
[tag, number, *args] = branch.split("-")
|
||||||
logger.info(f"input tag {tag} number {number} args {args}")
|
logger.info(f"input tag {tag} number {number} args {args}")
|
||||||
logger.info(body)
|
|
||||||
|
|
||||||
bx_comment = (
|
bx_comment = (
|
||||||
f"Сообщение от GITEA для задачи {number} (ветка {body['ref']} в репозитории {body['repository']['full_name']})"
|
f"Сообщение от GITEA для задачи {number} (ветка {body['ref']} в репозитории {body['repository']['full_name']})"
|
||||||
"\n\n"
|
"\n\n"
|
||||||
f"{body['head_commit']['message']}"
|
f"{'Создана ветка' if not 'head_commit' in body else body['head_commit']['message']}"
|
||||||
)
|
)
|
||||||
|
|
||||||
bx_res = requests.get(
|
bx_res = requests.get(
|
||||||
|
|
Loading…
Reference in New Issue