diff options
author | rinpatch <rinpatch@sdf.org> | 2019-04-02 09:13:34 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-04-02 09:13:34 +0300 |
commit | 8c71ea5a1a1d4b4e75debb23b801535e19353413 (patch) | |
tree | 09134f524f7757813df810d955c9d85e9733997e | |
parent | 5ee54d81837f7e59e942f524259f361c438dfba4 (diff) | |
download | pleroma-8c71ea5a1a1d4b4e75debb23b801535e19353413.tar.gz |
remove reduntant services in docs deploy and change job names to kebab case
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70fe82ee0..c07f1a5d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ image: elixir:1.8.1 - variables: POSTGRES_DB: pleroma_test POSTGRES_USER: postgres @@ -28,7 +27,7 @@ build: - mix deps.get - mix compile --force -docs_build: +docs-build: stage: build only: - master@pleroma/pleroma @@ -65,10 +64,9 @@ analysis: - mix credo --strict --only=warnings,todo,fixme,consistency,readability -docs_deploy: +docs-deploy: stage: deploy image: alpine:3.9 - services: only: - master@pleroma/pleroma - develop@pleroma/pleroma |