diff --git a/drone.yaml b/drone.yaml index f1f2295..8ec8c5a 100644 --- a/drone.yaml +++ b/drone.yaml @@ -11,11 +11,11 @@ steps: commands: - git clone https://git.ronis-0505.ru/ronis_0505/telegram-bot-for-manipulate-orders.git . - - name: install-dependencies - image: python:3.12 - commands: - - pip install -r pyproject.toml - - echo "Dependencies installed successfully" +# - name: install-dependencies +# image: python:3.12 +# commands: +# - pip install -r pyproject.toml +# - echo "Dependencies installed successfully" - name: build image: docker:dind