logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 12b689a81eaf41848b0fa8200a38834868eeaf43
parent 931fa4cb788464dec04f7a3d9c1526fc44cebc52
Author: feld <feld@feld.me>
Date:   Sun, 21 Jan 2024 04:34:06 +0000

Merge branch 'new-pipelines' into 'develop'

Fix testing cache policy

See merge request pleroma/pleroma!4037

Diffstat:

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -150,6 +150,8 @@ unit-testing-1.15.7-otp-25: image: git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.15-otp25 allow_failure: true cache: *testing_cache_policy + <<: *global_cache_policy + policy: pull services: *testing_services script: *testing_script