From af4c843ddfe8a4ac3ee623c621a4a38c02e29137 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 15 Jan 2023 23:58:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix --- .drone.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1d30696..d4f68b7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,14 +8,14 @@ clone: steps: - name: clone - image: alpine/git - extra_hosts: - - "git.santic-zombie.ru:11.1.1.20" - commands: - - ping -c 1 git.santic-zombie.ru - - git clone https://git.santic-zombie.ru/santic/tox-bot.git . - - git checkout $DRONE_COMMIT - - tar -czpf tox.tar.gz * + image: alpine/git + extra_hosts: + - "git.santic-zombie.ru:11.1.1.20" + commands: + - ping -c 1 git.santic-zombie.ru + - git clone https://git.santic-zombie.ru/santic/tox-bot.git . + - git checkout $DRONE_COMMIT + - tar -czpf tox.tar.gz * - name: ssh image: appleboy/drone-ssh