Gitlab CI: install dependency
This commit is contained in:
@@ -11,9 +11,6 @@ variables:
|
||||
OTP_VERSION: 26.0.2
|
||||
ALPINE_VERSION: 3.18.2
|
||||
|
||||
before_script:
|
||||
- apk add git
|
||||
|
||||
stages:
|
||||
- test
|
||||
sast:
|
||||
@@ -24,6 +21,7 @@ include:
|
||||
.elixir: &elixir
|
||||
image: 'hexpm/elixir:$ELIXIR_VERSION-erlang-$OTP_VERSION-alpine-$ALPINE_VERSION'
|
||||
before_script:
|
||||
- apk add git
|
||||
- mix local.hex --force
|
||||
- mix local.rebar --force
|
||||
- mix deps.get --only $MIX_ENV
|
||||
|
||||
Reference in New Issue
Block a user