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