diff options
author | rinpatch <rinpatch@sdf.org> | 2019-03-23 01:01:01 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-03-23 01:01:01 +0300 |
commit | 4bf327b6645b30b377fadc431daee0626a2c3d4b (patch) | |
tree | cf2b61b9df27c70e7b1759ecf47a54dfa139e539 | |
parent | 55cf85376f7010b17b76a68726e2b6c3dc4de5f6 (diff) | |
download | pleroma-4bf327b6645b30b377fadc431daee0626a2c3d4b.tar.gz |
Remove postgres from documentation related jobs
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aecce1629..9e070bbb1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,6 +48,7 @@ analysis: docs_build: stage: docs_build + services: only: - master@pleroma/pleroma - develop@pleroma/pleroma @@ -67,6 +68,7 @@ docs_build: docs_deploy: stage: docs_deploy image: alpine:3.9 + services: only: - master@pleroma/pleroma - develop@pleroma/pleroma |