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:
authorEvan Read <eread@gitlab.com>2020-10-02 06:38:23 +0300
committerEvan Read <eread@gitlab.com>2020-10-02 06:38:23 +0300
commit69943943b78596bc2edc892a3cf05c1ca7272f80 (patch)
tree324274bd730fb5177ce63ba743d0a5ea13fb7de9 /.gitlab-ci.yml
parentb451b68b3600341acd8d1ec5a5002176725bcd13 (diff)
parentaa0262e5941ae727da8a34b4786c10be7944ee9a (diff)
Merge branch 'update-vale-image-2.4.0' into 'master'
Update vale in image to 2.4.0 See merge request gitlab-org/gitlab-docs!1191
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a9a81741e..4d611f771 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -415,7 +415,7 @@ image:docs-lint:
- .docker_prepare
stage: build-images
variables:
- VALE_VERSION: 2.3.4
+ VALE_VERSION: 2.4.0
MARKDOWNLINT_VERSION: 0.23.2
IMAGE_NAME: $CI_REGISTRY_IMAGE/lint:vale-$VALE_VERSION-markdownlint-$MARKDOWNLINT_VERSION
IMAGE_LATEST: $CI_REGISTRY_IMAGE/lint:latest