projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f11eebc
)
CI: Remove the docs-build job
author
rinpatch
<rinpatch@sdf.org>
Tue, 5 Nov 2019 20:45:07 +0000
(23:45 +0300)
committer
rinpatch
<rinpatch@sdf.org>
Tue, 5 Nov 2019 20:45:07 +0000
(23:45 +0300)
The artifacts it produces were no longer used since we switched to
mkdocs.
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 04af8c186283fe701ad982ea27d5c8e100c92e0d..0f8a0659b7ae9c10aca62eb52d44fb990fd646ce 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-29,22
+29,6
@@
build:
- mix deps.get
- mix compile --force
-docs-build:
- stage: build
- only:
- - master@pleroma/pleroma
- - develop@pleroma/pleroma
- variables:
- MIX_ENV: dev
- PLEROMA_BUILD_ENV: prod
- script:
- - mix deps.get
- - mix compile
- - mix docs
- artifacts:
- paths:
- - priv/static/doc
-
benchmark:
stage: benchmark
variables: