logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 65a5c713e951e3e2da9557b64d5459703cd3a914
parent 3193f18cf35061188ead97bc0dc0a4e3a4986fa2
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 20 Jul 2022 17:49:56 +0200

CI: Remove cache on cycles

cycles uses a different system than the rest of the testing_cache, creating errors like libcrypto.so.1 being missing

Diffstat:

M.gitlab-ci.yml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -167,7 +167,7 @@ cycles: stage: test only: changes: *build_changes_policy - cache: *testing_cache_policy + cache: {} before_script: *current_bfr_script script: - mix compile