CI: Disallow failures for Elixir 1.15

This commit is contained in:
Haelwenn (lanodan) Monnier 2024-06-06 11:20:46 +02:00 committed by Mark Felder
parent c389ea0f42
commit cf9a058fae

View File

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