mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
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:
parent
ed92bdf9aa
commit
34ed89066d
2 changed files with 0 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue