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>2022-11-14 23:56:40 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2022-11-14 23:56:40 +0300
commite4a780c7b0c6cb6a42e1e2a82c8391f6f577d3e4 (patch)
tree8e4f4319dccb52bf7fed7a7b388086b46e3d4dad /.gitlab-ci.yml
parent075619cd9b784fc88f3f541b3deaa77f9719002c (diff)
Set the APPS_DOMAIN variable in .gitlab-ci.yml
Instead of having this variable set in the CI/CD settings, let's set it in .gitlab-ci.yml.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index de7974c3..12f3949c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,6 +26,7 @@ variables:
MARKDOWNLINT_VERSION: '0.32.2'
MARKDOWNLINT2_VERSION: '0.5.1'
RUBY_VERSION: '2.7.6'
+ APPS_DOMAIN: 'docs.gitlab-review.app'
#
# workflow:rules to prevent duplicate pipelines when pushing to a branch with an open MR.