Add PLEROMA_BUILD_ENV to override env for the version generator and use it in the...
authorrinpatch <rinpatch@sdf.org>
Sat, 29 Jun 2019 11:25:47 +0000 (14:25 +0300)
committerrinpatch <rinpatch@sdf.org>
Sat, 29 Jun 2019 11:28:26 +0000 (14:28 +0300)
commitbdc1592377d19da67040a78faf360770c54d4e6a
tree7ad28cb84b002a515649cc222442ec6c4d556417
parenta8c9522e04c5d687f8985698de864cccdf3d65e1
Add PLEROMA_BUILD_ENV to override env for the version generator and use it 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.
.gitlab-ci.yml
mix.exs