Add .drone.yml
This commit is contained in:
parent
b7e1f8860e
commit
8521a6d1de
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: Testing
|
||||
image: ubuntu:bionic
|
||||
commands:
|
||||
- ./test.sh
|
Loading…
Reference in New Issue
Block a user