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>2022-10-27 07:00:44 +0300
committerEvan Read <eread@gitlab.com>2022-10-28 02:22:19 +0300
commit42897554d4b6764fd47418f86c23af1707a1be53 (patch)
treef9dca659262b152ced6e933a1ed778d9cd210541 /dockerfiles
parentf5060430f0bab3b6faf46c6e396d839be82ce46b (diff)
Remove setting of NODE_PATH environment variable
Diffstat (limited to 'dockerfiles')
-rw-r--r--dockerfiles/gitlab-docs-lint-markdown.Dockerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/dockerfiles/gitlab-docs-lint-markdown.Dockerfile b/dockerfiles/gitlab-docs-lint-markdown.Dockerfile
index fde3190a..233b809d 100644
--- a/dockerfiles/gitlab-docs-lint-markdown.Dockerfile
+++ b/dockerfiles/gitlab-docs-lint-markdown.Dockerfile
@@ -10,9 +10,6 @@ ARG VALE_VERSION
ARG MARKDOWNLINT_VERSION
ARG MARKDOWNLINT2_VERSION
-# Set NODE_PATH to allow custom markdownlint rules to use global packages
-ENV NODE_PATH="/usr/local/share/.config/yarn/global/node_modules"
-
# Install dependencies
RUN printf "\n\e[32mINFO: Installing dependencies..\e[39m\n" && apk add --no-cache -U \
bash \