Skip to content

Commit

Permalink
The builder uploads the build.log on a success as well as failure, so…
Browse files Browse the repository at this point in the history
… we shouldn't break after reading the build log in case there's also a module file to be noticed (indicating a success, instead of a failure).
  • Loading branch information
mjkw31 committed Nov 13, 2024
1 parent 774c0f1 commit 5e8ca9b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions softpack_core/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ async def upload_artifacts( # type: ignore[no-untyped-def]

files[i] = (f.filename, contents)

break

if f.filename == artifacts.module_file:
newState = State.ready

Expand Down

0 comments on commit 5e8ca9b

Please sign in to comment.