X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitlab-ci.yml;h=c07f1a5d34f9028945a997fe65ffbc776eb40491;hb=8e4d950f31ec3ea956f6892f9f36b419344bf930;hp=9f3e8568f7934dc5aeaaceb3b2b20352226e2490;hpb=7827b929fc9816f556dc352c572f6c2ed1f1e470;p=akkoma diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f3e8568f..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 @@ -61,13 +60,13 @@ lint: analysis: stage: test script: + - mix deps.get - 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