From b5b3977c5e02afd8a6d926a065b73f47b9c1dd53 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Fri, 6 May 2022 09:52:44 +0000 Subject: [PATCH] Integrate gitlab-ci/changelog-generator and 2 more -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/9a643a54e6ee4529f05370a7588002311438d84f deploy-gitlab-ci: Enable verbose again -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/3b5e9be0f5548af8ad42ab9b2701b7804c4cada6 CI: Pull new changelog_generator image, add token to the call. BCS 746-000785 -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/968886c04551d2dc5ee9d82298cd3f9d448402bf Update README.md: Add description on the gitlab-ci CI and how to deploy --- .gitlab-ci | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index f2b7ec9024a50..9a643a54e6ee4 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit f2b7ec9024a50695f1e4daa3e4b52fe27112d96f +Subproject commit 9a643a54e6ee4529f05370a7588002311438d84f diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 50aaaa9edbb15..59cfe58605dca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: f2b7ec9024a50695f1e4daa3e4b52fe27112d96f + ref: 9a643a54e6ee4529f05370a7588002311438d84f file: 'manifest-integration.yml' variables: -- GitLab