logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: cac4ed5eb0b860acb077baefcc2e3b3447c89751
parent 73609211a425922a5068d3912a36b82abe24e12c
Author: Alex Gleason <alex@alexgleason.me>
Date:   Sat, 25 Dec 2021 20:15:21 -0600

GitLab CI: don't retry failed jobs

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