Skip to content

Commit c23d914

Browse files
Update dsl-reference.md
Removed duplicated lines! Co-authored-by: Ricardo Zanini <[email protected]>
1 parent 6788cb9 commit c23d914

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dsl-reference.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -930,8 +930,6 @@ Enables the execution of external processes encapsulated within a containerized
930930
| environment | `map` | `no` | A key/value mapping of the environment variables, if any, to use when running the configured process |
931931
| stdin | `string` | `no` | A runtime expression, if any, passed as argv to the command or default container CMD|
932932
| arguments | `string[]` | `no` | A list of the arguments, if any, passed as argv to the command or default container CMD |
933-
| stdin | `string` | `no` | A runtime expression, if any, passed as argv to the command or default container CMD|
934-
| arguments | `string[]` | `no` | A list of the arguments, if any, passed as argv to the command or default container CMD |
935933
| lifetime | [`containerLifetime`](#container-lifetime) | `no` | An object used to configure the container's lifetime. |
936934

937935
###### Examples

0 commit comments

Comments
 (0)