From 982d0a16bf232bbac02ca96a6a72234cb4a4a3bc Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Tue, 12 Apr 2022 12:39:38 +0000 Subject: [PATCH] Integrate gitlab-ci/fix-remote-name-on-retrigger and 1 more -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/c917791bc6d4a9494db5a393604ab9da23dee22c Fix remote name on retrigger stage -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/1ba5285343c5b1252cd417067f53c6b917e6f0e8 Move repositories to git.seco.com Rename variable JENKINSGUF_SSH_PRIVATE_KEY / SSH_PRIVATE_KEY to GITLAB_PRIVATE_KEY on this occasion, because it contains a private key that was generated exclusively for this use case. The according public key has been added as a deploy key in GitLab to all repositories that this repository needs access to. Add more detailed documentation concerning this configurationdirectly in the gitlab-ci files. --- .gitlab-ci | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 3e948f5..c917791 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 3e948f5db0c926a1226746fd597b5a53163a0796 +Subproject commit c917791bc6d4a9494db5a393604ab9da23dee22c diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68d0704..127e75a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 3e948f5db0c926a1226746fd597b5a53163a0796 + ref: c917791bc6d4a9494db5a393604ab9da23dee22c file: 'manifest-integration.yml' variables: -- GitLab