diff options
| author | Shane A. Stillwell <shane@northernv.com> | 2018-10-17 12:46:10 +0000 |
|---|---|---|
| committer | Shane A. Stillwell <shane@northernv.com> | 2018-10-17 12:46:10 +0000 |
| commit | c732319966129d8442a29ed1c19ba91e6fc7e1cf (patch) | |
| tree | 2b90af63dee03c4bd3df94f8e884fcebf627c1f6 /doc/ci | |
| parent | 071b39a22c8a3efc4e3a0531c71e1e8161b78f47 (diff) | |
| download | gitlab-ce-c732319966129d8442a29ed1c19ba91e6fc7e1cf.tar.gz | |
Should be `start_in` not `start_key`
Diffstat (limited to 'doc/ci')
| -rw-r--r-- | doc/ci/yaml/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 24d60a0cdcc..424e1af7ba3 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -681,7 +681,7 @@ Delayed job are for executing scripts after a certain period. This is useful if you want to avoid jobs entering `pending` state immediately. You can set the period with `start_in` key. The value of `start_in` key is an elapsed time in seconds, unless a unit is -provided. `start_key` must be less than or equal to one hour. Examples of valid values include: +provided. `start_in` key must be less than or equal to one hour. Examples of valid values include: - `10 seconds` - `30 minutes` |
