diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-10-20 22:10:20 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-10-20 22:10:20 +0200 |
commit | 54d99cbb729bbce96cd833c820e2eda8bb745652 (patch) | |
tree | 6fdc7b34fbbe3a4acb32e028f9e8b4fe2178a46f | |
parent | ccd1e75e35e9b6d82f4f7f4768b624a8a07bd686 (diff) | |
download | pleroma-54d99cbb729bbce96cd833c820e2eda8bb745652.tar.gz |
CI: Install libmagic-dev in debian release targets
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06cf614c2..fd0c5c8d4 100644 --- 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 |