Изменил(а) на '.drone.yml'
Some checks failed
continuous-integration/drone/push Build encountered an error
Some checks failed
continuous-integration/drone/push Build encountered an error
fix
This commit is contained in:
16
.drone.yml
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
|
||||
|
||||
Reference in New Issue
Block a user