logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 06ac829eb4cc5cc9b9c34ec711be134be93e97cc
parent df31ec0d52e74ed04021c2b6f0166083117cc7b0
Author: Mark Felder <feld@feld.me>
Date:   Sat, 20 Jan 2024 22:45:29 -0500

Spec building should be in build stage

Diffstat:

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -93,7 +93,7 @@ build-1.15.7-otp-25: spec-build: extends: - .using-ci-base - stage: test + stage: build rules: - changes: - ".gitlab-ci.yml"