Dev.to
techCenter
I built a local CI/CD runner to debug pipelines before pushing themtranslating…
1 min readUSAForem (DEV Community)
CI/CD pipelines are great once they work.
But developing and debugging them often looks like this:
change YAML -> push -> wait for CI -> find an error -> change it -> push again
I wanted to shorten that feedback loop, so I built Zetken CI/CD Studio.
Zetken is…