summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-11-05 23:45:07 +0300
committerrinpatch <rinpatch@sdf.org>2019-11-05 23:45:07 +0300
commitd5dc0c4a7e39611ca1aac1691038e5a9ab425dad (patch)
treeaa93ee3d1f54c62ab7e71205438067906374cde8 /.gitlab-ci.yml
parentf11eebc18383be7d7b4b037582e4e1e08b74653b (diff)
CI: Remove the docs-build job
The artifacts it produces were no longer used since we switched to mkdocs.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 04af8c186..0f8a0659b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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: