.drone.yml
This commit is contained in:
parent
ff92fb7ad8
commit
465a7ab7bc
14
.drone.yml
Normal file
14
.drone.yml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: default
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
|
||||
steps:
|
||||
- name: kool stuff
|
||||
commands:
|
||||
- echo hello world
|
Loading…
Reference in New Issue
Block a user