Изменил(а) на '.drone.yml'

fix
master
Alex 1 year ago
parent f1ffb41b37
commit af4c843ddf
  1. 16
      .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

Loading…
Cancel
Save