CI fix
This commit is contained in:
parent
b7463efb45
commit
fe30690724
13
.drone.yml
13
.drone.yml
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user