Skip to content
Snippets Groups Projects
Commit 8c71ea5a authored by rinpatch's avatar rinpatch
Browse files

remove reduntant services in docs deploy and change job names to kebab case

parent 5ee54d81
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment