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>2022-11-15 14:04:14 +0300
committerMarcel Amirault <mamirault@gitlab.com>2022-11-15 14:04:14 +0300
commite294a536c44affbd4d1d24e6112763c566d226a6 (patch)
tree3a8ffea4109321546db0872152295b00a0056377
parent94f65314cb82e6709991a134d95d67549b4ad38c (diff)
parente4a780c7b0c6cb6a42e1e2a82c8391f6f577d3e4 (diff)
Merge branch 'axil-app-domain-ci-yaml' into 'main'
Set the APPS_DOMAIN variable in .gitlab-ci.yml See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3276 Merged-by: Marcel Amirault <mamirault@gitlab.com> Approved-by: Marcel Amirault <mamirault@gitlab.com> Co-authored-by: Achilleas Pipinellis <axil@gitlab.com>
-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.