logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 265d8749b1683f58f902cb82529d762617adc1c6
parent 15a8acbd6cc6ecc89b49956acfeba49d02270c1d
Author: Lain Soykaf <lain@lain.com>
Date:   Thu, 30 Nov 2023 09:40:29 +0400

Gitlab CI: Make it work for a local runner

Diffstat:

M.gitlab-ci.yml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -6,7 +6,7 @@ variables: &global_variables POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres DB_HOST: postgres - DB_PORT: 5432 + DB_PORT: "5432" MIX_ENV: test workflow: