Skip to content
Snippets Groups Projects
Commit 49dc26cb authored by dilawar's avatar dilawar :ant:
Browse files

chore: make fix

parent b653d925
No related branches found
No related tags found
1 merge request!6Hotfix: fix to assert error post installation
Pipeline #3785 failed with stages
in 2 minutes and 3 seconds
...@@ -27,8 +27,7 @@ def log_container(container: str, server: str, *, timestamps: bool = False): ...@@ -27,8 +27,7 @@ def log_container(container: str, server: str, *, timestamps: bool = False):
assert ( assert (
container container
), "Failed to determine the container that is runnning the pipeline. There is probably a bug in server end." ), "Failed to determine the container that is runnning the pipeline. There is probably a bug in server end."
for line in bsession.fetch_logs(container, server=server, for line in bsession.fetch_logs(container, server=server, timestamps=timestamps):
timestamps=timestamps):
yield line yield line
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment