kind: pipeline type: docker name: default extra_hosts: - "git.santic-zombie.ru:11.1.1.20" clone: commands: - ping -c 1 git.santic-zombie.ru extra_hosts: - "git.santic-zombie.ru:11.1.1.20" steps: - name: greeting image: alpine commands: - echo hello - echo world