From ce8a94d2de9af72c690db86b207a8a5b9569d175 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D0=BC=D0=B8=D1=80=20=D0=A4?= =?UTF-8?q?=D0=B5=D0=B4=D0=BE=D1=80=D0=BE=D0=B2?= Date: Sun, 3 Apr 2022 18:25:21 +0700 Subject: [PATCH] rm pkill from drone --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 64e1bba..d0b92b2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,9 +42,8 @@ steps: command_timeout: 10s script: - cd bots - - pkill butler_tg_bot - echo $${TOKEN} > token.txt trigger: event: - - tag + - push