mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-04-24 13:57:23 -04:00
CI: Use alpine as global image
This commit is contained in:
parent
18be5ff3fd
commit
0fc25dd1cd
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
image: elixir:1.12-alpine
|
||||
image: alpine:latest
|
||||
|
||||
variables: &global_variables
|
||||
POSTGRES_DB: pleroma_test
|
||||
|
@ -35,7 +35,7 @@ stages:
|
|||
|
||||
before_script:
|
||||
- echo $MIX_ENV
|
||||
- apk add build-base cmake file-dev git openssl
|
||||
- apk add elixir build-base cmake file-dev git openssl
|
||||
- mix local.hex --force
|
||||
- mix local.rebar --force
|
||||
- rm -rf _build/*/lib/pleroma
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue