cleanup of unused variables, fix error in podman-check

This commit is contained in:
Bastian de Byl
2023-07-24 14:18:25 -04:00
parent 872f2bda84
commit 62a3f5d551
11 changed files with 9 additions and 131 deletions

View File

@@ -66,7 +66,7 @@
env:
DRONE_RPC_SECRET: "{{ drone_rpc_secret }}"
DRONE_RPC_HOST: "drone"
DRONE_RPC_PROTO: "{{ drone_server_proto }}"
DRONE_RPC_PROTO: "{{ drone_runner_proto }}"
DRONE_RUNNER_CAPACITY: "{{ drone_runner_capacity }}"
volumes:
- "/run/user/1002/podman/podman.sock:/var/run/docker.sock"