logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 2e2fb5f8026a8d70f5d64dcc94f8253a5db24020
parent 913141379c71700cd0e17814ae81c5656c1eed81
Author: Alex Gleason <alex@alexgleason.me>
Date:   Sun, 26 Dec 2021 02:40:26 +0000

Merge branch 'ci-dont-retry' into 'develop'

GitLab CI: don't retry failed jobs

See merge request pleroma/pleroma!3574

Diffstat:

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -79,7 +79,6 @@ unit-testing: - "**/*.ex" - "**/*.exs" - "mix.lock" - retry: 2 cache: &testing_cache_policy <<: *global_cache_policy policy: pull @@ -117,7 +116,6 @@ unit-testing-rum: - "**/*.ex" - "**/*.exs" - "mix.lock" - retry: 2 cache: *testing_cache_policy services: - name: minibikini/postgres-with-rum:12