diff --git a/.drone.yml b/.drone.yml index 2a7327c..16a6416 100644 --- a/.drone.yml +++ b/.drone.yml @@ -119,7 +119,7 @@ steps: - mix hex.audit - mix deps.audit - mix deps.unlock --check-unused - - mix hex.outdated + # - mix hex.outdated - name: format check image: 'elixir:1.15.7-slim'