Skip to content
Snippets Groups Projects
Commit 2d2210b6 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

CI: deploy-gitlab-ci: Don't stop integration when one project is already updated

Prior to this change the integration stop when one of the projects had
already the latest ref of gitlab-ci in to submodule.
parent 6f09c66c
No related branches found
No related tags found
1 merge request!148CI: deploy-gitlab-ci: Don't stop integration when one project is already updated
Pipeline #17638 waiting for manual action with stages
in 14 minutes and 28 seconds
......@@ -285,7 +285,7 @@ def main():
srcrev = fp.read()
logging.debug(srcrev)
for p in args.projects:
for p in project_integration:
integration = project_integration[p]
logging.debug(
"Update %s to %s", integration["project"].name, integration["commit"]
......
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