Skip to content
Snippets Groups Projects
Commit 1830cb02 authored by Tim Jaacks's avatar Tim Jaacks
Browse files

And another improvement for the build-up-to-date job

parent f7f33de5
No related branches found
No related tags found
1 merge request!373And another improvement for the build-up-to-date job
Pipeline #94178 passed with stage
in 32 minutes and 35 seconds
......@@ -113,7 +113,7 @@ def main():
print(
f"Integration branch {integration_branch_name} in {target_project.name} "
f"is up to date.\n"
f"This means that the build on this merge request has run on the latest"
f"This means that the build on this merge request has run on the latest\n"
f"manifest state.\n"
f"Please be aware that if the merge request is not immediately merged,\n"
f"the manifest might advance in the meantime. The build on this merge\n"
......@@ -123,7 +123,7 @@ def main():
f"You can then either re-run the pipeline to have a new build on the new\n"
f"manifest state, or merge the merge request anyway at the risk of\n"
f"breaking the manifest build in case the changes of this merge request\n"
f"are incompatible with the upstream changes.\n"
f"are incompatible with the upstream changes.\n\n"
)
else:
sys.exit(
......@@ -144,7 +144,7 @@ def main():
f" If you decide on this option, please:\n"
f" 1. Open the MR pipelines page:\n"
f" {merge_request.web_url}/pipelines\n "
f" 2. Click 'Run Pipeline'\n"
f" 2. Click 'Run Pipeline'\n\n"
)
......
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