From cf9a058fae333231aefb9ce067046cf0947b5298 Mon Sep 17 00:00:00 2001 From: "Haelwenn (lanodan) Monnier" Date: Thu, 6 Jun 2024 11:20:46 +0200 Subject: [PATCH] CI: Disallow failures for Elixir 1.15 --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b67047f7..6ba05def6 100644 --- 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