Add drone CI server and runner containers
This commit is contained in:
8
containers/drone-runner/files/drone-runner-gc.service
Normal file
8
containers/drone-runner/files/drone-runner-gc.service
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
[Unit]
|
||||
Description=Remove unused podman resources spawned by drone runner
|
||||
Wants=drone-runner-gc.timer
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/podman system prune --filter label=io.drone=true --volumes -f
|
||||
Reference in New Issue
Block a user