Open muschellij2 opened 2 years ago
This is a check in case someone has a set of buildsteps and passes in a subset list of them into pre_steps or post_steps, such as:
buildsteps
pre_steps
post_steps
res = cr_buildstep_bash("echo hey") pre_steps = res[[1]]
I'd like to check this runs ok through the tests
Tests added fro this
This is a check in case someone has a set of
buildsteps
and passes in a subset list of them intopre_steps
orpost_steps
, such as: