CI: Remove the docs-build job

The artifacts it produces were no longer used since we switched to
mkdocs.
This commit is contained in:
rinpatch 2019-11-05 23:45:07 +03:00
parent f11eebc183
commit d5dc0c4a7e
1 changed files with 0 additions and 16 deletions

View File

@ -29,22 +29,6 @@ build:
- mix deps.get
- mix compile --force
docs-build:
stage: build
only:
- master@pleroma/pleroma
- develop@pleroma/pleroma
variables:
MIX_ENV: dev
PLEROMA_BUILD_ENV: prod
script:
- mix deps.get
- mix compile
- mix docs
artifacts:
paths:
- priv/static/doc
benchmark:
stage: benchmark
variables: