Compare commits

...

1 Commits

Author SHA1 Message Date
c3610bcfef
Changing pipeline
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Signed-off-by: Georg <georg@lysergic.dev>
2021-08-30 20:49:20 +02:00
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
type: ssh
name: default
name: default2
server:
host:

0
mogad0n/genericboi Normal file
View File