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-09-03 07:23:30 +0300
committerEvan Read <eread@gitlab.com>2020-09-07 01:33:19 +0300
commit837e3be3330579752a06a3513e073f53dd7cff6a (patch)
tree3e83bb71e5793c990f4e72560fad6b1616e74472 /.gitlab-ci.yml
parentf3dc193fa786c7ad698d629b8d523db7476c1196 (diff)
Update Vale in Docker image to 2.3.4
Also stop installing unnecessary dependencies
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 67e02674..a9a81741 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.3
+ VALE_VERSION: 2.3.4
MARKDOWNLINT_VERSION: 0.23.2
IMAGE_NAME: $CI_REGISTRY_IMAGE/lint:vale-$VALE_VERSION-markdownlint-$MARKDOWNLINT_VERSION
IMAGE_LATEST: $CI_REGISTRY_IMAGE/lint:latest