Merge branch 'fix-cycles' into 'develop'
CI: Remove cache on cycles See merge request pleroma/pleroma!3704
This commit is contained in:
commit
fff7571e0d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue