Skip to content

Commit

Permalink
Add docs for options of SCRIPT_RUN (#4738)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoshiki Fujikane <ffjlabo@gmail.com>
  • Loading branch information
ffjlabo committed Dec 27, 2023
1 parent 26f8ecb commit 1864cdb
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,13 @@ Note: By default, the sum of traffic is rounded to 100. If both `primary` and `c
| envs | map[string]string | Environment variables used with scripts. | No |
| run | string | Script run on this stage. | Yes |

### ScriptRunStageOptions
| Field | Type | Description | Required |
|-|-|-|-|
| run | string | Script run on this stage. | Yes |
| env | map[string]string | Environment variables used with scripts. | No |
| timeout | duration | The maximum time the stage can be taken to run. Default is `6h`| No |

## PostSync

| Field | Type | Description | Required |
Expand Down

0 comments on commit 1864cdb

Please sign in to comment.