Testing/.drone.yml

23 lines
335 B
YAML
Raw Permalink Normal View History

---
kind: pipeline
type: exec
name: default1
clone:
disable: true
platform:
os: linux
arch: amd64
steps:
- name: greeting
commands:
- echo "Init Testing Pipeline" | nc -N 127.0.0.2 2424
- sh /opt/drone/scripts/testing-remote.sh
- echo "Completed Testing Pipeline" | nc -N 127.0.0.2 2424
trigger:
branch:
- master