logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 32e1e52bd8b243509878e981e334728cbea024e1
parent: 520cc0c80ffc9fa9af248c12294fb475cef92883
Author: lambda <pleromagit@rogerbraun.net>
Date:   Thu,  2 Nov 2017 16:33:05 +0000

Update .gitlab-ci.yml

Diffstat:

M.gitlab-ci.yml4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -12,8 +12,8 @@ stages: - test before_script: - - mix local.hex –force - - mix local.rebar –force + - mix local.hex --force + - mix local.rebar --force - mix deps.get - MIX_ENV=test mix ecto.create - MIX_ENV=test mix ecto.migrate