diff options
author | rinpatch <rinpatch@sdf.org> | 2019-11-05 23:45:07 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-11-05 23:45:07 +0300 |
commit | d5dc0c4a7e39611ca1aac1691038e5a9ab425dad (patch) | |
tree | aa93ee3d1f54c62ab7e71205438067906374cde8 /.gitlab-ci.yml | |
parent | f11eebc18383be7d7b4b037582e4e1e08b74653b (diff) | |
download | pleroma-d5dc0c4a7e39611ca1aac1691038e5a9ab425dad.tar.gz |
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.yml | 16 |
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: |