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:
authorAchilleas Pipinellis <axil@gitlab.com>2023-11-22 05:08:22 +0300
committerMarcel Amirault <mamirault@gitlab.com>2023-11-22 05:08:22 +0300
commitad2e53a6a3a9fe48b0663757a2976568ba6696d5 (patch)
tree3598f75be6f2dd81c35a77b3e0cc6c6ad6665e00 /.gitlab-ci.yml
parentb0571dd4a83eebebd2db760827a907cdcd5c494a (diff)
Check if single.Dockerfile is the same as the X.Y.Dockerfile
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bf346226..e889a9a2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,3 +68,6 @@ workflow:
- if: '$CI_COMMIT_BRANCH =~ /^\d{1,2}\.\d{1,2}$/'
variables:
DOCS_PROJECT_PIPELINE_TYPE: "Stable branch pipeline"
+ - if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME =~ /^\d{1,2}\.\d{1,2}$/'
+ variables:
+ DOCS_PROJECT_PIPELINE_TYPE: "Stable branch pipeline (backport)"