From 65c89704b35d2318fc994ac85293e5be6c46b34d Mon Sep 17 00:00:00 2001 From: gitbot <gitbot.north@seco.com> Date: Thu, 10 Oct 2024 14:03:15 +0000 Subject: [PATCH] Integrate gitlab-ci/yt-187-fngsystem-pack-release-artifacts-more-userfriendly -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/a2951867b3136a20f44d2ff4f49203f9b7ec482a YT-187: Update Confluence release page to feature UUU tools archive Currently, we distribute a variety of .sh and .bat scripts to aid in flashing devices using the UUU tool. To simplify the release page and enhance user-friendliness, all scripts have been bundled into a single archive. This commit updates the release page to represent the new archive, eliminating the display of individual UUU script files. --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 145ffd9..a295186 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 145ffd9fc2864f700f1f968c7fc99eff238b272d +Subproject commit a2951867b3136a20f44d2ff4f49203f9b7ec482a diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02eb56c..fad9ca4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,9 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 145ffd9fc2864f700f1f968c7fc99eff238b272d + ref: a2951867b3136a20f44d2ff4f49203f9b7ec482a file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: 145ffd9fc2864f700f1f968c7fc99eff238b272d + GITLAB_CI_REVISION: a2951867b3136a20f44d2ff4f49203f9b7ec482a BB_RECIPE_NAME: qt-multi-screen-compositor -- GitLab