diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2024-06-06 11:20:46 +0200 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-06-12 15:20:03 -0400 |
commit | cf9a058fae333231aefb9ce067046cf0947b5298 (patch) | |
tree | 739dac15dcdab23b02a5b5bc0a9c0ef5b3a9958b /.gitlab-ci.yml | |
parent | c389ea0f42bf01bbc463e9e237162aab3dabf7a7 (diff) | |
download | pleroma-cf9a058fae333231aefb9ce067046cf0947b5298.tar.gz pleroma-cf9a058fae333231aefb9ce067046cf0947b5298.zip |
CI: Disallow failures for Elixir 1.15
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 0 insertions, 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 |