From 2e68d9482b1bc6c59f8371ee6dcb1b089e78cc5c Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Thu, 9 Mar 2023 14:08:16 +0000 Subject: [PATCH] Integrate gitlab-ci/add-support-for-ssh-config -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/068749c7029f01351c0dc86bc6d845f12943db65 Manifest build: add support for SSH_CONFIG variable --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index d67898a..068749c 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit d67898a2a092096eecddcfa4d42cd740c6959be1 +Subproject commit 068749c7029f01351c0dc86bc6d845f12943db65 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95debb1..0703c17 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: d67898a2a092096eecddcfa4d42cd740c6959be1 + ref: 068749c7029f01351c0dc86bc6d845f12943db65 file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: d67898a2a092096eecddcfa4d42cd740c6959be1 + GITLAB_CI_REVISION: 068749c7029f01351c0dc86bc6d845f12943db65 BB_RECIPE_NAME: gfxml2dto # FIXME: This is only necessary due to the following GitLab limitation: # https://gitlab.com/gitlab-org/gitlab/-/issues/209904 -- GitLab