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
|
stage: test
|
||||||
only:
|
only:
|
||||||
changes: *elixir-changes
|
changes: *elixir-changes
|
||||||
cache: {}
|
|
||||||
script:
|
script:
|
||||||
- mix xref graph --format cycles --label compile | awk '{print $0} END{exit ($0 != "No cycles found")}'
|
- mix xref graph --format cycles --label compile | awk '{print $0} END{exit ($0 != "No cycles found")}'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue