summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-10-18 19:31:41 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-10-18 19:31:41 +0000
commit5edf87d0ac699575421ec96cbc0fc91ea0c3c078 (patch)
tree70645fae2fdd780ac657eb01f9a0acf9bdfbffb5
parent741374e80951f3253b164d4c0c7fc6ab7a459921 (diff)
parentc732319966129d8442a29ed1c19ba91e6fc7e1cf (diff)
downloadgitlab-ce-5edf87d0ac699575421ec96cbc0fc91ea0c3c078.tar.gz
Merge branch 'patch-29' into 'master'
Should be `start_in` not `start_key` See merge request gitlab-org/gitlab-ce!22422
-rw-r--r--doc/ci/yaml/README.md2
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`