Remove the docs lint Dockerfile

We'll move this over the gitlab-docs project
https://gitlab.com/gitlab-com/gitlab-docs/issues/306
This commit is contained in:
Achilleas Pipinellis 2018-12-12 08:20:06 +01:00
parent ed92bdf9aa
commit 34ed89066d
No known key found for this signature in database
GPG key ID: A0996FBD3E92C17B
2 changed files with 0 additions and 22 deletions

View file

@ -103,7 +103,6 @@ omnibus-gitlab-xenial test: *test_build
release-tools test: *test_build
sitespeed-gitlab test: *test_build
www-gitlab-com-2.4 test: *test_build
gitlab-docs-lint test: *test_build
# Builds
@ -160,7 +159,6 @@ omnibus-gitlab-xenial: *build_and_deploy
release-tools: *build_and_deploy
sitespeed-gitlab: *build_and_deploy
www-gitlab-com-2.4: *build_and_deploy
gitlab-docs-lint: *build_and_deploy
cache-google-chrome:
stage: automation

View file

@ -1,20 +0,0 @@
FROM ruby:2.5.3-alpine3.8
MAINTAINER GitLab Documentation Team
WORKDIR /tmp
RUN apk update && apk upgrade && apk add --no-cache \
build-base \
bash \
grep \
yarn
RUN yarn global add markdownlint-cli && yarn cache clean
RUN wget https://gitlab.com/gitlab-com/gitlab-docs/-/archive/master/gitlab-docs-master.tar.bz2 \
&& tar xvjf gitlab-docs-master.tar.bz2 \
&& mv gitlab-docs-master gitlab-docs \
&& rm gitlab-docs-master.tar.bz2
RUN cd gitlab-docs \
&& bundle install --jobs 4