From ef74237e7dceb34e17879269ff855d092a57f34c Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Fri, 20 May 2022 12:06:05 +0000
Subject: [PATCH] Integrate gitlab-ci/fix-gitlab-ci-integration

--

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/2d2210b6eb0bde67827278addbae85eac00fad66

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.
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index 6f09c66..2d2210b 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit 6f09c66c167965b172141c188760d21bd2bb7c04
+Subproject commit 2d2210b6eb0bde67827278addbae85eac00fad66
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6d5bab5..61cca6b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: 6f09c66c167965b172141c188760d21bd2bb7c04
+    ref: 2d2210b6eb0bde67827278addbae85eac00fad66
     file: 'manifest-integration.yml'
 
 variables:
-- 
GitLab