2021-08-06 23:10:22 +02:00
|
|
|
---
|
|
|
|
kind: pipeline
|
2021-08-07 04:21:48 +02:00
|
|
|
type: exec
|
|
|
|
name: default1
|
2021-08-06 23:10:22 +02:00
|
|
|
|
2021-08-06 23:54:45 +02:00
|
|
|
clone:
|
|
|
|
disable: true
|
|
|
|
|
2021-08-07 04:21:48 +02:00
|
|
|
platform:
|
|
|
|
os: linux
|
|
|
|
arch: amd64
|
|
|
|
|
2021-08-06 23:10:22 +02:00
|
|
|
steps:
|
2021-08-07 04:21:48 +02:00
|
|
|
- name: greeting
|
2021-08-06 23:10:22 +02:00
|
|
|
commands:
|
2021-08-07 04:21:48 +02:00
|
|
|
- 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
|