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-03-02 06:23:56 +0300
committerMarcel Amirault <mamirault@gitlab.com>2023-03-02 06:23:56 +0300
commitfba9138e188987a83f695e66769abee54c9fbb5e (patch)
tree7a1a8d430371f28c91cf0e6d4fb044746ecd029b /.gitlab-ci.yml
parent2dbcc3ee3b59aaeba5b76ed6a94288156de5be1d (diff)
Remove rules that are not needed
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cb324826..42a4d328 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,6 +53,8 @@ workflow:
variables:
DOCS_PROJECT_PIPELINE_TYPE: "Hourly site deployment pipeline"
- if: '$CI_PIPELINE_SOURCE == "pipeline"'
+ variables:
+ DOCS_PROJECT_PIPELINE_TYPE: "Pipeline source = pipeline"
- if: '$CI_PIPELINE_SOURCE == "trigger"'
variables:
DOCS_PROJECT_PIPELINE_TYPE: "Review app pipeline"