summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeff Frontz <jeff.frontz@gmail.com>2018-12-17 21:33:01 +0000
committerJeff Frontz <jeff.frontz@gmail.com>2018-12-17 21:33:01 +0000
commit5ca2c22ca5ddca71193d3a0f36a433883e2d0f93 (patch)
tree7cb87b81c346c81e849e3d065578507c048b231d /doc
parenteee9228175a8d97b82f083e1f353176eb3981f10 (diff)
downloadgitlab-ce-5ca2c22ca5ddca71193d3a0f36a433883e2d0f93.tar.gz
Fix typo for after_script in README.md
Diffstat (limited to 'doc')
-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 acfcd05624d..4df5d8fb54a 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -203,7 +203,7 @@ used for time of the job. The configuration of this feature is covered in
jobs, including deploy jobs, but after the restoration of [artifacts](#artifacts).
This can be an array or a multi-line string.
-`after_script` is used to define the command that will be run after for all
+`after_script` is used to define the command that will be run after all
jobs, including failed ones. This has to be an array or a multi-line string.
The `before_script` and the main `script` are concatenated and run in a single context/container.