CI: Disallow failures for Elixir 1.15
This commit is contained in:
parent
c389ea0f42
commit
cf9a058fae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user