--- 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