cinderella

[unmaintained] simple CI engine
Log | Files | Refs | README | LICENSE

commit 8ee524056bfa0e6934f0fe7af326565a381a5e39
parent 6c7b521563df7159e2d62b4fbbbf139e2c7b49ed
Author: Stefan Koch <programming@stefan-koch.name>
Date:   Sun, 22 Sep 2019 20:21:20 +0200

clarify that commands are executed without shell

Diffstat:
MREADME.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -46,6 +46,10 @@ commands = [ ] ``` +All `commands` are executed as programs, i.e. no shell is involved. If you +want to execute one or multiple commands in a shell you have to call the +desired shell manually. + Pipelines are executed in the order in which they are defined. For the given configuration file it is ensured that first `test` is being executed followed by `build-release`.