This commit is contained in:
11
.drone.yml
Normal file
11
.drone.yml
Normal file
@ -0,0 +1,11 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- sed -i '1i\include "./config-example.conf";' bird.conf
|
||||
- apk add bird
|
||||
- bird -p -c ./bird.conf
|
@ -1,5 +1,8 @@
|
||||
# 186526 Network
|
||||
|
||||
[](https://ci.186526.xyz/186526/net186-config)
|
||||

|
||||
|
||||
- Experimental global network
|
||||
- Maintained by 186526 (@real186526)
|
||||
|
||||
|
Reference in New Issue
Block a user