mirror of
https://github.com/chaifeng/ufw-docker.git
synced 2025-05-10 13:38:32 +02:00
Add .drone.yml
This commit is contained in:
parent
b7e1f8860e
commit
8521a6d1de
1 changed files with 10 additions and 0 deletions
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…
Add table
Reference in a new issue