Add drone #1
9
.drone.yml
Executable file
9
.drone.yml
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: "test"
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: bash
|
||||||
|
commands:
|
||||||
|
- echo 'Run tests'
|
Loading…
Reference in New Issue
Block a user