From 35e2b8720cc379f598ed535cc569e650e2f96a95 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@seco.com> Date: Mon, 16 Oct 2023 12:39:08 +0000 Subject: [PATCH] Integrate gitlab-ci/build-documentation-in-yocto -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/bc85e805bc45e0cbbb3a896c73dec68b2bfd810d Build documentation in Yocto --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 0a3b140..bc85e80 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 0a3b14069fdd1178b1bb8bff5616b706978eb30a +Subproject commit bc85e805bc45e0cbbb3a896c73dec68b2bfd810d diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9169f3b..1aa3e53 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,9 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 0a3b14069fdd1178b1bb8bff5616b706978eb30a + ref: bc85e805bc45e0cbbb3a896c73dec68b2bfd810d file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: 0a3b14069fdd1178b1bb8bff5616b706978eb30a + GITLAB_CI_REVISION: bc85e805bc45e0cbbb3a896c73dec68b2bfd810d BB_RECIPE_NAME: gf-productiontests -- GitLab