logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: da05e21375d9f7bdca1b683b9ca4e2233ddb2d44
parent 94027894373f690ad35300ab3ba1a67867d957cd
Author: Mark Felder <feld@feld.me>
Date:   Mon,  1 Jul 2024 15:58:20 +0000

Fix cycles job name

Diffstat:

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -165,7 +165,7 @@ formatting-1.15: script: - mix format --check-formatted -cycles-1.13: +cycles-1.15: extends: .build_changes_policy image: *formatting_elixir stage: lint