diff options
| author | Michiel Crefcoeur <mpcref@gmail.com> | 2019-07-25 15:06:27 +0000 |
|---|---|---|
| committer | Michiel Crefcoeur <mpcref@gmail.com> | 2019-07-25 15:06:27 +0000 |
| commit | 7a5651663d2afab82306cf72e6e48e48db23a6bf (patch) | |
| tree | bb328da09a2080ece5c09488f7247b4b2e320a5e | |
| parent | Filter another Windows flacky tests (diff) | |
| download | gitlab-runner-7a5651663d2afab82306cf72e6e48e48db23a6bf.tar.gz | |
fix typo
| -rw-r--r-- | docs/executors/custom.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/executors/custom.md b/docs/executors/custom.md index f434714c..e0121773 100644 --- a/docs/executors/custom.md +++ b/docs/executors/custom.md @@ -338,7 +338,7 @@ GitLab Runner would execute it as `/path/to/bin Arg1 Arg2`. GitLab Runner will try to gracefully terminate an executable under any of the following conditions: -- `config_exec_tiemout`, `prepare_exec_timeout` or `cleanup_exec_timeout` are met. +- `config_exec_timeout`, `prepare_exec_timeout` or `cleanup_exec_timeout` are met. - The job [times out](https://docs.gitlab.com/ee/user/project/pipelines/settings.html#timeout). When a timeout is reached, a `SIGTERM` is sent to the executable, and |
