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:
authorSarah German <sgerman@gitlab.com>2024-01-23 21:34:31 +0300
committerSarah German <sgerman@gitlab.com>2024-01-23 21:34:31 +0300
commite3c85e2fc5d95f030e08ffe002b3614a897b7522 (patch)
tree584ac360aad4deffffa882f9dac2b923d24cd25f
parent398f78595923a892919125d82754410de194b813 (diff)
Test with updated badge markdown1751-feature-details-v3
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e889a9a2..0c947ac6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,6 +27,8 @@ variables:
MARKDOWNLINT2_VERSION: '0.10.0' # Version also set in package.json
RUBY_VERSION: '3.2.2'
ASDF_VERSION: '0.13.1'
+ # Remove this before merging!
+ BRANCH_EE: 'selhorn-admin-new-markdown-badges-1'
#
# workflow:rules to prevent duplicate pipelines when pushing to a branch with an open MR.