Changing pipeline
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Signed-off-by: Georg <georg@lysergic.dev>
This commit is contained in:
parent
c5de93751f
commit
c3610bcfef
26
.drone.yml
26
.drone.yml
@ -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
0
mogad0n/genericboi
Normal file
Loading…
Reference in New Issue
Block a user