projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ee54d8
)
remove reduntant services in docs deploy and change job names to kebab case
author
rinpatch
<rinpatch@sdf.org>
Tue, 2 Apr 2019 06:13:34 +0000
(09:13 +0300)
committer
rinpatch
<rinpatch@sdf.org>
Tue, 2 Apr 2019 06:13:34 +0000
(09:13 +0300)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 70fe82ee0659bd492fbb17d6a5651ec2e48a7ad0..c07f1a5d34f9028945a997fe65ffbc776eb40491 100644
(file)
--- 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