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
This commit is contained in:
parent
3193f18cf3
commit
65a5c713e9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue