GitLab CI: do use cache for cycles
This commit is contained in:
parent
101eb08b07
commit
99cc0b1f05
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@ cycles:
|
|||
stage: test
|
||||
only:
|
||||
changes: *elixir-changes
|
||||
cache: {}
|
||||
script:
|
||||
- mix xref graph --format cycles --label compile | awk '{print $0} END{exit ($0 != "No cycles found")}'
|
||||
|
||||
|
|
Loading…
Reference in a new issue