1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-11-24 08:02:18 +02:00
woodpecker/cmd/agent
qwerty287 31240b5771
Remove SSH backend (#2635)
The SSH backend is, similar to Gogs and Coding for forges, completely
unmaintained and seems unused (it is likely broken but we didn't get any
reports).
Instead, you should directly run the agent on the SSH machine with the
`local` backend.
2023-10-24 01:55:30 +02:00
..
agent_test.go Add agent config file (#1971) 2023-07-12 18:51:40 +02:00
agent.go fix(deps): update module github.com/tevino/abool to v2 (#2460) 2023-09-14 07:34:36 +02:00
config_test.go Remove code to read agent-id.conf (#2009) 2023-07-19 22:09:06 +02:00
config.go Remove code to read agent-id.conf (#2009) 2023-07-19 22:09:06 +02:00
flags.go Make sure we dont have hidden options for backend and pipeline compiler (#2123) 2023-08-07 21:13:26 +02:00
health_test.go Create agent/ package for backend agnostic logic (#338) 2021-09-23 16:58:12 +02:00
health.go Fix linter (#1647) 2023-03-18 20:35:27 +01:00
main.go Remove SSH backend (#2635) 2023-10-24 01:55:30 +02:00