diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2022-07-20 17:49:56 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2022-07-20 17:49:56 +0200 |
commit | 65a5c713e951e3e2da9557b64d5459703cd3a914 (patch) | |
tree | 61ebac783340db868cd696ec2425379512d9f862 | |
parent | 3193f18cf35061188ead97bc0dc0a4e3a4986fa2 (diff) | |
download | pleroma-65a5c713e951e3e2da9557b64d5459703cd3a914.tar.gz |
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
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7a38e07e..0e7f4926a 100644 --- 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 |