logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 69b089c894e69d4a3cb8a9122e3afe3acf4251ac
parent 72d5e291176e6b2e368372f5e8ead48a1a20699d
Author: Alex Gleason <alex@alexgleason.me>
Date:   Tue, 18 Jan 2022 14:56:26 +0000

Merge branch 'erratic-allow-failure' into 'develop'

unit-testing-erratic: allow failure

See merge request pleroma/pleroma!3606

Diffstat:

M.gitlab-ci.yml1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -90,6 +90,7 @@ unit-testing: unit-testing-erratic: stage: test retry: 2 + allow_failure: true only: changes: - "**/*.ex"