Changing pipeline
Some checks reported errors
continuous-integration/drone/push Build encountered an error

Signed-off-by: Georg <georg@lysergic.dev>
This commit is contained in:
Georg Pfuetzenreuter 2021-08-07 03:47:22 +02:00
parent c5de93751f
commit c3610bcfef
Signed by: Georg
GPG Key ID: 1DAF57F49F8E8F22
2 changed files with 25 additions and 1 deletions

View File

@ -1,6 +1,30 @@
---
kind: pipeline
type: exec
name: default1
clone:
disable: true
platform:
os: linux
arch: amd64
steps:
- name: greeting
commands:
- echo hello
- uname -a
- echo ok | nc -N 127.0.0.2 2424
trigger:
branch:
- master
---
kind: pipeline kind: pipeline
type: ssh type: ssh
name: default name: default2
server: server:
host: host:

0
mogad0n/genericboi Normal file
View File