projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccd1e75
)
CI: Install libmagic-dev in debian release targets
author
Haelwenn (lanodan) Monnier
<contact@hacktivis.me>
Tue, 20 Oct 2020 20:10:20 +0000
(22:10 +0200)
committer
Haelwenn (lanodan) Monnier
<contact@hacktivis.me>
Tue, 20 Oct 2020 20:10:20 +0000
(22:10 +0200)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 06cf614c2107ac3ab0f9ba1c18ef25da8c79de9d..fd0c5c8d4ce1f5044394aa4f8bb0e9ea75edfefd 100644
(file)
--- 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