Add test pipeline
This commit is contained in:
commit
885c29f447
9
.drone.yaml
Normal file
9
.drone.yaml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
name: drone-test
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: alpine
|
||||||
|
commands:
|
||||||
|
- echo "It worked!"
|
||||||
Loading…
Reference in New Issue
Block a user