X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=.gitlab-ci.yml;h=c07f1a5d34f9028945a997fe65ffbc776eb40491;hb=a58813e7a14fda8eff2f2a659094444d20765e85;hp=70fe82ee0659bd492fbb17d6a5651ec2e48a7ad0;hpb=5ee54d81837f7e59e942f524259f361c438dfba4;p=akkoma 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