Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
image builds on unnecessary forks
|
|
|
|
|
|
|
|
|
|
own jobs
|
|
|
|
everything
|
|
CI: Make benchmarks manually triggered.
See merge request pleroma/pleroma!2020
|
|
|
|
|
|
|
|
|
|
it is mostly useless, but makes failures harder to find
|
|
Dokku deploys: Keep the git dir so version number generation works.
See merge request pleroma/pleroma!1967
|
|
|
|
|
|
The artifacts it produces were no longer used since we switched to
mkdocs.
|
|
Benchmark finishing
Closes #755
See merge request pleroma/pleroma!1848
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in the CI for building docs
This is needed because if we run with MIX_ENV=dev we will get a "+dev"
suffix to the version in the docs, but if we run with MIX_ENV=prod the
docs build will fail because ex_doc is dev-only dependency.
|
|
This reverts commit 54d287377054fa48c5a14cf6b056cd80e838b264.
|
|
Needed so we could push documentation updates to master without
triggering a rebuild
|
|
|
|
This is useful for the CI builds because they have a detached HEAD or
for emulating a feature that is availible only on a particular branch
(e.g pleroma_ctl downloads CI artifacts only for develop and master)
|
|
|
|
|
|
|
|
|
|
|
|
`mix coveralls` runs the tests by itself, exits with failure if one of them
fails and accepts the same args, so there is no reason to run two of
them at the same time.
|
|
|
|
|
|
|
|
|
|
|
|
This reverts merge request !1027
|
|
|
|
|
|
|
|
|