diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2019-11-06 01:13:20 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2019-11-06 01:13:20 +0000 |
commit | efc4d6d9ecf7f5acad21ebd9274149ed1c041b22 (patch) | |
tree | aa93ee3d1f54c62ab7e71205438067906374cde8 | |
parent | f11eebc18383be7d7b4b037582e4e1e08b74653b (diff) | |
parent | d5dc0c4a7e39611ca1aac1691038e5a9ab425dad (diff) | |
download | pleroma-efc4d6d9ecf7f5acad21ebd9274149ed1c041b22.tar.gz |
Merge branch 'ci/remove-docs-build' into 'develop'
CI: Remove the docs-build job
See merge request pleroma/pleroma!1941
-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: |