forked from Pavel_Durov/python_bot
Изменил(а) на '.drone.yml'
This commit is contained in:
parent
fc980aa59a
commit
f3dca91a27
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user