6 ms·
> The idea is that - Git server + YAMLess pipelines for CICD (...) The first thing I see in the introduction [0] is a YAML configuration. What is YAMLess suppo
by tuxie_ 27d ago
> The idea is that - Git server + YAMLess pipelines for CICD (...)
The first thing I see in the introduction [0] is a YAML configuration. What is YAMLess supposed to mean? I assumed it was "no YAML".
[0] https://deadsimpleci.sparrowhub.io/doc/introduction https://deadsimpleci.sparrowhub.io/doc/introduction
- melezhik 27d agoYep - tiny , simple structured YAML on the top ( only to list jobs technically) everything else is general purpose programming languages
- tuxie_ 27d agoBut then your claim is immediately false. It's confusing at best, a loss of trust with the reader at worst.
- melezhik 27d agoOk, maybe I will need to add better wording , but the idea stays the same unlike in many ci systems ( GitHub/gitlab/etc pipeline code is general purpose programming language not YAML ), if you read further jobs/tasks you will see
- drfloyd51 27d agoSome of your intended audience will not read further. Which is the point about trust. You’ve got something cool to show, and a reader is telling you an impediment to your sharing. Fix your description. 99% less YAML!