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-07-02 05:04:57 +0300
committerEvan Read <eread@gitlab.com>2020-07-02 05:04:57 +0300
commit301c7d924424a4e7b33dc4feedded85bae2bf2f4 (patch)
tree7f43d63c105096194636c6f1844e1091728d7cad
parent231d04510b250b527736ee52e027dae19279806f (diff)
parent3f0b1b125880f20217a89b0f87254df42386a05f (diff)
Merge branch 'upgrade-markdownlint' into 'master'
Upgrade markdownlint to 0.23.2 See merge request gitlab-org/gitlab-docs!984
-rw-r--r--dockerfiles/Dockerfile.gitlab-docs-lint2
1 files changed, 1 insertions, 1 deletions
diff --git a/dockerfiles/Dockerfile.gitlab-docs-lint b/dockerfiles/Dockerfile.gitlab-docs-lint
index 43c75220..d95da228 100644
--- a/dockerfiles/Dockerfile.gitlab-docs-lint
+++ b/dockerfiles/Dockerfile.gitlab-docs-lint
@@ -35,7 +35,7 @@ ENV CI_COMMIT_REF_NAME ${CI_COMMIT_REF_NAME:-master}
WORKDIR /tmp
# markdownlint-cli pinned to control when new versions are put in place.
-RUN yarn global add markdownlint-cli@0.23.1 && yarn cache clean
+RUN yarn global add markdownlint-cli@0.23.2 && 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 \