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-05-26 06:39:24 +0300
committerEvan Read <eread@gitlab.com>2020-05-26 06:39:24 +0300
commit3233d3d789ccc8e65d58b19ba7a3ffcc4511d1fb (patch)
tree0e2906c9319576b16e8904018cb48f8ba8a18ab6 /dockerfiles
parentd2d06c6e09c58b9c79966ede517b0516d7276989 (diff)
Install latest Markdownlint and other dependencies
Diffstat (limited to 'dockerfiles')
-rw-r--r--dockerfiles/Dockerfile.gitlab-docs-lint3
1 files changed, 1 insertions, 2 deletions
diff --git a/dockerfiles/Dockerfile.gitlab-docs-lint b/dockerfiles/Dockerfile.gitlab-docs-lint
index 156d91b4..749201e2 100644
--- a/dockerfiles/Dockerfile.gitlab-docs-lint
+++ b/dockerfiles/Dockerfile.gitlab-docs-lint
@@ -34,8 +34,7 @@ ENV CI_COMMIT_REF_NAME ${CI_COMMIT_REF_NAME:-master}
WORKDIR /tmp
-# markdownlint-cli pinned to 0.22 because 0.23 generates false positives.
-RUN yarn global add markdownlint-cli@0.22.0 && yarn cache clean
+RUN yarn global add markdownlint-cli && yarn cache clean
RUN wget https://gitlab.com/gitlab-org/gitlab-docs/-/archive/$CI_COMMIT_REF_NAME/gitlab-docs-$CI_COMMIT_REF_NAME.tar.bz2 \
&& tar xvjf gitlab-docs-$CI_COMMIT_REF_NAME.tar.bz2 \