Skip to content

Commit

Permalink
doc: remove the containerImage of the first example
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Apr 9, 2024
1 parent eb3431f commit ba22cad
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,10 @@
code = """
id: new-shell
namespace: myteam
tasks:
- id: shell
type: io.kestra.plugin.scripts.shell.Commands
containerImage: centos
taskRunner:
type: io.kestra.plugin.azure.runner.AzureBatchTaskRunner
account: "{{vars.account}}"
Expand All @@ -73,11 +72,11 @@
code = """
id: new-shell-with-file
namespace: myteam
inputs:
- id: file
type: FILE
tasks:
- id: shell
type: io.kestra.plugin.scripts.shell.Commands
Expand Down

0 comments on commit ba22cad

Please sign in to comment.