CI fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
smsteel 2021-06-25 17:51:39 +03:00
parent 4bf5914d89
commit 4c88f0268d

View File

@ -7,6 +7,13 @@ platform:
os: linux
arch: amd64
trigger:
branch:
- master
event:
exclude:
- pull_request
steps:
- name: build
commands:
@ -15,13 +22,7 @@ steps:
- name: install
commands:
- make install
when:
branch:
- master
- name: restart
commands:
- systemctl restart craft-bot
when:
branch:
- master