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>2021-02-22 04:39:37 +0300
committerEvan Read <eread@gitlab.com>2021-02-22 04:39:37 +0300
commit2f5f964604f5c6fd810d0accda255d4c7f45a5d3 (patch)
treea09f37100a4e284c825ce98eb780fa83c807f352 /.gitlab-ci.yml
parent555fdcef80612b8915434bbb2f806e76b38717a4 (diff)
parenta7c57ec968adad8905fdb19a8393f48167549f7f (diff)
Merge branch 'update-whitespace-image' into 'master'
Update whitespace chore docker image See merge request gitlab-org/gitlab-docs!1544
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 15cad034..d9f36315 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