logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: cf9a058fae333231aefb9ce067046cf0947b5298
parent c389ea0f42bf01bbc463e9e237162aab3dabf7a7
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu,  6 Jun 2024 11:20:46 +0200

CI: Disallow failures for Elixir 1.15

Diffstat:

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -86,7 +86,6 @@ build-1.15.8-otp-26: - .using-ci-base stage: build image: git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.15.8-otp-26 - allow_failure: true script: - mix compile --force @@ -150,7 +149,6 @@ unit-testing-1.15.8-otp-26: - .using-ci-base stage: test image: git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.15.8-otp-26 - allow_failure: true cache: *testing_cache_policy services: *testing_services script: *testing_script