Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2023-02-22 04:54:33 +0300
committerMarcel Amirault <mamirault@gitlab.com>2023-02-22 04:54:33 +0300
commit0dd556c358bc18ad763463323ebd51522f458e7b (patch)
treed03ca480e9ac5938f6a4f95e42eaf8dee9d777e8 /.gitlab-ci.yml
parentf114530f2d9cb23894e4b892514ea5e2dee479d8 (diff)
Fix the pipeline names
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 89ea9e10..63090de7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,13 +45,13 @@ workflow:
DOCS_PROJECT_PIPELINE_TYPE: "Monthly stopped environments cleanup pipeline"
- if: '$CI_PIPELINE_SOURCE == "schedule" && $CHORES_PIPELINE == "true"'
variables:
- DOCS_PROJECT_PIPELINE_TYPE: "Build docker images pipeline"
+ DOCS_PROJECT_PIPELINE_TYPE: "Cleanup chores pipeline"
- if: '$CI_PIPELINE_SOURCE == "schedule" && $PIPELINE_SCHEDULE_TIMING == "weekly"'
variables:
- DOCS_PROJECT_PIPELINE_TYPE: "Hourly site deployment pipeline"
+ DOCS_PROJECT_PIPELINE_TYPE: "Build docker images pipeline"
- if: '$CI_PIPELINE_SOURCE == "schedule" && $PIPELINE_SCHEDULE_TIMING == "hourly"'
variables:
- DOCS_PROJECT_PIPELINE_TYPE: "Monthly stopped environments cleanup pipeline"
+ DOCS_PROJECT_PIPELINE_TYPE: "Hourly site deployment pipeline"
- if: '$CI_PIPELINE_SOURCE == "pipeline"'
- if: '$CI_PIPELINE_SOURCE == "trigger"'
variables: