Drone-cli can only execute first step of first pipeline

drone-cli can only execute first step of first pipeline, the second pipeline or second step of first pipeline can never been reached.

drone-cli can only execute first step of first pipeline

please provide steps to reproduce (e.g. a sample yaml) when posting issues, as I cannot reproduce the problem you described.

the second pipeline […] can never been reached.

please note the CLI only executes a single pipeline at a time by design, and if you do not provide the name of a pipeline to execute, it executes the first pipeline in the list (see Command Line Runner | Drone to execute names pipelines).