[SOLVED] drone 0.6 cli exec skips builds if no commands listed

drone exec

If you do not specify a commands: section in a build stage it will skip that section completely.

Since some images are plugins and may not contain commands it should not skip them

old versions of the CLI skipped plugins when running locally, however, this is no longer the case with newer versions. I recommend downloading version 0.8 of the CLI https://github.com/drone/drone-cli/releases

Nice, let me so that