diff --git a/.drone.yml b/.drone.yml index 19ab21b..78c2282 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,8 +26,12 @@ steps: - poetry config virtualenvs.create false - poetry install - poetry run mypy . + failure: ignore + + - name: Deploy image: weastur/poetry:latest-python-3.12 commands: - echo "TODO" + depends_on: [ "Unit Tests", "Python Code Lint", "Static Type check"]