From 38b5c2772b955da08b19230cc423bc8d5fa662c6 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot.north@seco.com> Date: Thu, 1 Aug 2024 11:04:23 +0000 Subject: [PATCH] Integrate gitlab-ci/yt-230-manifest-build-triggers-only-fngsystem -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/de29fa3ede1868a2617daa4ba25d34a787ae0cf4 YT-230: Fix Manifest Pipeline after "Improve Release" Changes Fix typo introduced in previous commit --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 417b79ef..de29fa3e 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 417b79efe375fbb25c666d15c4214e67f6a4875f +Subproject commit de29fa3ede1868a2617daa4ba25d34a787ae0cf4 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bffa92ac..df9b3fd2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,8 +4,8 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 417b79efe375fbb25c666d15c4214e67f6a4875f + ref: de29fa3ede1868a2617daa4ba25d34a787ae0cf4 file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: 417b79efe375fbb25c666d15c4214e67f6a4875f + GITLAB_CI_REVISION: de29fa3ede1868a2617daa4ba25d34a787ae0cf4 -- GitLab