Skip to content
Snippets Groups Projects
Commit f138d1b3 authored by Lorenzo Pagliai's avatar Lorenzo Pagliai
Browse files

Fix on schedule rule

* The build job is now triggered on schedule
parent c01bfd12
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment