Compare commits

..

No commits in common. "1c9b946e49bf1ae8c00612780ab3e0e38c20e95a" and "dc978900b8ea1f1f5d3105d88a5a0b4b7d49c69f" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.12 AS builder
FROM python:3.12 as builder
RUN pip install poetry
@ -14,7 +14,7 @@ RUN touch README.md
RUN --mount=type=cache,target=$POETRY_CACHE_DIR poetry install --without dev --no-root
FROM python:3.12-slim AS runtime
FROM python:3.12-slim as runtime
RUN pip install poetry

View File

@ -87,7 +87,7 @@ try:
loginfo = client.get(f"/api/repos/{repo_id}/logs/{pipeline_number}/{step['id']}").json()
logdata = b""
for logline in loginfo:
logdata += b64decode(logline["data"]) + b"\n"
logdata += b64decode(logline["data"]) + "\n"
logfile_webhook.add_file(logdata, f"{step['name']}.ansi")
except KeyError:
webhook.add_embed(DiscordEmbed(