From c7f1206a69fcc208af077ec07f635ed84af64520 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot.north@seco.com> Date: Fri, 5 Jul 2024 13:37:47 +0000 Subject: [PATCH] Integrate gitlab-ci/6ab45a4c9b00b2e41541a3ae6f5ac26423048c88 -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/6ab45a4c9b00b2e41541a3ae6f5ac26423048c88 YT-190 Enable credential.useHttpPath for git credential manages in CI pipeline --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 516090f..6ab45a4 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 516090fa9a3ef4432389ae5277a52ce8490185c8 +Subproject commit 6ab45a4c9b00b2e41541a3ae6f5ac26423048c88 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d47708c..c78b673 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,9 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 516090fa9a3ef4432389ae5277a52ce8490185c8 + ref: 6ab45a4c9b00b2e41541a3ae6f5ac26423048c88 file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: 516090fa9a3ef4432389ae5277a52ce8490185c8 + GITLAB_CI_REVISION: 6ab45a4c9b00b2e41541a3ae6f5ac26423048c88 BB_RECIPE_NAME: secure-element-examples -- GitLab