Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 568 Bytes

File metadata and controls

14 lines (10 loc) · 568 Bytes

piper

Pipelines built out of Docker containers, so the same definition runs on any CI/CD system — and on your own machine, before you push.

The idea: a CI pipeline that can only run on the server that owns it is a pipeline you cannot debug. If every step is a container with declared inputs, the runner becomes interchangeable and "run it locally first" becomes possible.

Status

Nothing built. The repository holds a licence and this README — the idea was written down and never started. The repository description records the intent to write it in Rust.