logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: d17040e9976976a182e428aff1baa6225a906e53
parent: f8190aea5e68a6e17ccc88b13486bd69c3b08450
Author: rinpatch <rinpatch@sdf.org>
Date:   Tue, 12 May 2020 13:23:40 +0000

Merge branch 'giving-up' into 'develop'

Give up for now and make gitlab retry failed jobs.

See merge request pleroma/pleroma!2517

Diffstat:

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -48,6 +48,7 @@ benchmark: unit-testing: stage: test + retry: 2 cache: &testing_cache_policy <<: *global_cache_policy policy: pull @@ -80,6 +81,7 @@ unit-testing: unit-testing-rum: stage: test + retry: 2 cache: *testing_cache_policy services: - name: minibikini/postgres-with-rum:12