Merge branch 'fix-cycles' into 'develop'

CI: Remove cache on cycles

See merge request pleroma/pleroma!3704
This commit is contained in:
Haelwenn 2022-07-20 16:52:15 +00:00
commit fff7571e0d
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ cycles:
stage: test stage: test
only: only:
changes: *build_changes_policy changes: *build_changes_policy
cache: *testing_cache_policy cache: {}
before_script: *current_bfr_script before_script: *current_bfr_script
script: script:
- mix compile - mix compile