mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-03 23:26:29 +00:00
8 lines
133 B
Text
8 lines
133 B
Text
|
start on (filesystem and net-device-up)
|
||
|
|
||
|
chdir /var/lib/drone
|
||
|
console log
|
||
|
|
||
|
script
|
||
|
drone --config /etc/drone/drone.toml
|
||
|
end script
|