From de29fa3ede1868a2617daa4ba25d34a787ae0cf4 Mon Sep 17 00:00:00 2001 From: Andrii Sosiuk <andrii.sosiuk@seco.com> Date: Thu, 1 Aug 2024 12:34:56 +0200 Subject: [PATCH] YT-230: Fix Manifest Pipeline after "Improve Release" Changes Fix typo introduced in previous commit --- manifest-pipeline-yocto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml index 270bfc01..1f57aa5e 100644 --- a/manifest-pipeline-yocto.yml +++ b/manifest-pipeline-yocto.yml @@ -85,7 +85,7 @@ sdk-pipeline: ARTIFACTS_PATH: build-*/tmp/deploy/sdk/* MANUAL_BUILD: "true" PACKAGE_TYPE: sdk - rules: !merge + rules: - if: '$CI_COMMIT_TAG' variables: MANUAL_BUILD: "false" -- GitLab