Изменил(а) на '.drone.yml'

This commit is contained in:
hogweed1 2022-10-29 00:36:56 -04:00
parent fc980aa59a
commit f3dca91a27

View File

@ -7,11 +7,14 @@ platform:
os: linux os: linux
arch: amd64 arch: amd64
clone: #clone:
# убрано так как сейчас не тестим ничего предварительно а сразу тянем в директорию # убрано так как сейчас не тестим ничего предварительно а сразу тянем в директорию
disable: true #disable: true
steps: steps:
- name: test it first
commands:
- /usr/bin/python3 -m py_compile /usr/share/python_bot/bot.py
- name: pull into the folduh - name: pull into the folduh
commands: commands:
- cd /usr/share/$DRONE_REPO_NAME - cd /usr/share/$DRONE_REPO_NAME