From f138d1b343db46d23d8f808c00c50a335449f26e Mon Sep 17 00:00:00 2001 From: Lorenzo Pagliai <lorenzo.pagliai@seco.com> Date: Sun, 4 Dec 2022 15:29:53 +0100 Subject: [PATCH] Fix on schedule rule * The build job is now triggered on schedule --- manifest-pipeline-yocto.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest-pipeline-yocto.yml b/manifest-pipeline-yocto.yml index 5279375..8c2c064 100644 --- a/manifest-pipeline-yocto.yml +++ b/manifest-pipeline-yocto.yml @@ -70,8 +70,7 @@ workflow: - if: $CI_PIPELINE_SOURCE == "api" - if: $CI_PIPELINE_SOURCE == "pipeline" - if: $CI_PIPELINE_SOURCE == "web" - # Trigger the pipeline on schedule basis (for weekly release) - - if: $CI_PIPELINE_SOURCE == "schedule" + # Trigger the pipeline on schedule basis (for weekly release) stage: manifest-pipeline @@ -150,6 +149,7 @@ retrigger: rules: - if: $CI_PIPELINE_SOURCE == "pipeline" when: "manual" + - if: $CI_PIPELINE_SOURCE == "schedule" stage: build timeout: !reference [variables, BUILD_TIMEOUT] image: -- GitLab