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

master
Alex 2 years ago
parent 0447c8f4c4
commit 18f5b3dad5
  1. 20
      .drone.yml

@ -2,17 +2,23 @@ kind: pipeline
type: docker type: docker
name: default name: default
globals: clone:
disable: true
steps:
- name: myclone
image: docker:git
## If you wanted to solve resolving part
extra_hosts: extra_hosts:
- "git.santic-zombie.ru:11.1.1.20" - "git.santic-zombie.ru:11.1.1.20"
## Alas this will also be needed, and is NOT supported yet
clone: # networks:
# - gitlab
commands: commands:
- ping -c 1 git.santic-zombie.ru ## this will show you if ``my-git`` is resolved.
extra_hosts: - ping -c 3 git.santic-zombie.ru
- "git.santic-zombie.ru:11.1.1.20" - git clone https://git.santic-zombie.ru/santic/TestDroneRunner.git/
steps:
- name: greeting - name: greeting
image: alpine image: alpine
commands: commands:

Loading…
Cancel
Save