fix
This commit is contained in:
+8
-8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user