From 35e62fd9607920fa47653401bd59c24ad7ca485d Mon Sep 17 00:00:00 2001 From: gitbot <gitbot.north@seco.com> Date: Tue, 11 Feb 2025 08:53:52 +0000 Subject: [PATCH] Integrate gitlab-ci/yt-278-remove-firmware-package-from-release -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/45c79259d8f0d919700ea4d5311a3f8497b11fae YT-278: Remove formware package stage from CI pipeline The resulting json file not really used anywhere. Remove stage as no needed any more in the CI pipelines. --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index b0e2742..45c7925 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit b0e2742538db51cf6468d6125fea93206cb87b4b +Subproject commit 45c79259d8f0d919700ea4d5311a3f8497b11fae diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3b56e19..5056a42 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: 45c79259d8f0d919700ea4d5311a3f8497b11fae file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: b0e2742538db51cf6468d6125fea93206cb87b4b + GITLAB_CI_REVISION: 45c79259d8f0d919700ea4d5311a3f8497b11fae BB_RECIPE_NAME: secure-element-examples -- GitLab