From 81813a69d68e3faef3e3de4a87ebe17a43c77711 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Mon, 5 Feb 2018 18:26:51 +0100 Subject: [PATCH] improve messages --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 0eb066a..1dc1adc 100644 --- a/build.py +++ b/build.py @@ -22,7 +22,7 @@ def main(pkg_list_file, fail=True): time.sleep(10) pipeline = project.pipelines.get(pipeline.id) if pipeline.status != 'success': - message = "Pipeline {} for {} with status {}".format( + message = "Pipeline {} for {} failed with status {}".format( pipeline.id, pkg, pipeline.status) if fail: raise RuntimeError(message) -- GitLab