Added drone config file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fb96d9291f
commit
b5e2a1312b
10
.drone.yml
Normal file
10
.drone.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: greeting
|
||||||
|
image: alpine:3.15.0
|
||||||
|
commands:
|
||||||
|
- echo hello
|
||||||
|
- echo world
|
Loading…
Reference in New Issue
Block a user