From 146c88e13e10a5c8cc31995533a2ed5f07e125a0 Mon Sep 17 00:00:00 2001 From: service_account_gitbot <service_account_bfe71dedb3250ea1980d2d6c7f0d65ee@noreply.git.seco.com> Date: Mon, 27 Jan 2025 16:00:09 +0000 Subject: [PATCH] Integrate gitlab-ci/test-gitbot-service-account -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/601f58493d0ba4ecf3d0880a47944ab1c51dcdd4 Switch to GITBOT Service account instead of GITBOT user. --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index b0e2742..601f584 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit b0e2742538db51cf6468d6125fea93206cb87b4b +Subproject commit 601f58493d0ba4ecf3d0880a47944ab1c51dcdd4 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b56e19..6af79af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,9 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: b0e2742538db51cf6468d6125fea93206cb87b4b + ref: 601f58493d0ba4ecf3d0880a47944ab1c51dcdd4 file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: b0e2742538db51cf6468d6125fea93206cb87b4b + GITLAB_CI_REVISION: 601f58493d0ba4ecf3d0880a47944ab1c51dcdd4 BB_RECIPE_NAME: secure-element-examples -- GitLab