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>2021-02-22 03:55:36 +0300
committerMarcel Amirault <mamirault@gitlab.com>2021-02-22 03:55:36 +0300
commita7c57ec968adad8905fdb19a8393f48167549f7f (patch)
tree0ad0fef20397ac7a40f3395f2f264c16bb7a4b0b /.gitlab-ci.yml
parent5935d55ceef71b146f5875798cf621f9d54ad13a (diff)
Change image whitespace chore uses
Use lint-html image, and install markdownlint, so the chore job does not get out of sync with the rest of the project. No longer uses old image.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 70fc9016..245a9111 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -307,11 +307,14 @@ test_EOL_whitespace:
- .rules_chores
- .cache_gem
stage: test
- image: registry.gitlab.com/gitlab-org/gitlab-docs/lint:latest
+ variables:
+ MARKDOWNLINT_VERSION: '0.26.0'
+ image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-html:alpine-3.12-ruby-2.7.2
needs: []
before_script: []
dependencies: []
script:
+ - yarn global add markdownlint-cli@$MARKDOWNLINT_VERSION
- bundle exec rake setup_git default
- mv tasks/whitespace_task.json tmp/.markdownlint.json
- cd tmp