Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
3a6aa103
Commit
3a6aa103
authored
Nov 12, 2020
by
rinpatch
Browse files
.gitlab-ci.yml: Add libmagic to installed packages for OTP releases
parent
1172844e
Pipeline
#32810
passed with stages
in 120 minutes and 21 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3a6aa103
...
...
@@ -181,6 +181,7 @@ amd64:
-
develop@pleroma/pleroma
-
/^maint/.*$/@pleroma/pleroma
-
/^release/.*$/@pleroma/pleroma
-
/^build-release/.*$/@pleroma/pleroma
artifacts
:
&release-artifacts
name
:
"
pleroma-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA-$CI_JOB_NAME"
paths
:
...
...
@@ -198,7 +199,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
...
...
@@ -217,7 +218,7 @@ amd64-musl:
cache
:
*release-cache
variables
:
*release-variables
before_script
:
&before-release-musl
-
apk add git gcc g++ musl-dev make cmake
-
apk add git gcc g++ musl-dev make cmake
file-dev
-
echo "import Mix.Config" > config/prod.secret.exs
-
mix local.hex --force
-
mix local.rebar --force
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment