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
No related merge requests found
...@@ -285,7 +285,7 @@ def main(): ...@@ -285,7 +285,7 @@ def main():
srcrev = fp.read() srcrev = fp.read()
logging.debug(srcrev) logging.debug(srcrev)
for p in args.projects: for p in project_integration:
integration = project_integration[p] integration = project_integration[p]
logging.debug( logging.debug(
"Update %s to %s", integration["project"].name, integration["commit"] "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