CingI - A distributed task runner

I wrote a distributed task runner that runs bash commands when given a yaml file here: https://github.com/Rhathe/CingI.

This is just the core task runner functionality, I intend to build a CI server on top of it, hence, CingI.

5 Likes

Updated the code so you can specify a teardown step along with a setup step, useful if you’re creating temporary folders in nodes and want to make sure they’re removed.

2 Likes