fix drone file
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2025-09-25 20:13:05 +03:00
parent 1a261bc536
commit 52e9fbef8d

View File

@@ -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