kestra-io / plugin-scripts

https://kestra.io/plugins/
Apache License 2.0
9 stars 9 forks source link

fix(docs): update task runner syntax in the examples #145

Closed wrussell1999 closed 5 months ago

wrussell1999 commented 5 months ago

What changes are being made and why?

Example:

tasks:
  - id: example_task
    type: io.kestra.plugin.scripts.shell.Commands
    runner: DOCKER

to:

tasks:
  - id: example_task
    type: io.kestra.plugin.scripts.shell.Commands
    taskRunner:
      type: io.kestra.plugin.scripts.runner.docker.DockerTaskRunner