logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 77e827bb66ca42b11795133563b0d805c843fb56
parent 44b2a137d12a4ded75586f919ad1c927c6677a70
Author: Haelwenn <contact+git.pleroma.social@hacktivis.me>
Date:   Tue, 20 Oct 2020 21:15:48 +0000

Merge branch 'bugfix/ci-majic-release' into 'develop'

CI: Install libmagic-dev in debian release targets

See merge request pleroma/pleroma!3096

Diffstat:

M.gitlab-ci.yml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -198,7 +198,7 @@ amd64: variables: &release-variables MIX_ENV: prod before_script: &before-release - - apt-get update && apt-get install -y cmake + - apt-get update && apt-get install -y cmake libmagic-dev - echo "import Mix.Config" > config/prod.secret.exs - mix local.hex --force - mix local.rebar --force