Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorDamian Nowak <spam@nowaker.net>2018-01-13 08:15:06 +0300
committerDamian Nowak <spam@nowaker.net>2018-01-13 08:15:06 +0300
commit0f16e34c2a2031c172ad9d1a257c8a2f0146fb8a (patch)
tree5a5de5cc9cd48b7e8afef7984ac568d14d916730 /doc/ci
parent74f2f9b30fb1972a26481072486b358eb943309f (diff)
Improve after_script docs in yaml/README.md
Diffstat (limited to 'doc/ci')
-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 32464cbb259..ae0b5c0a2ba 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -93,7 +93,7 @@ be an array or a multi-line string.
> Introduced in GitLab 8.7 and requires Gitlab Runner v1.2
`after_script` is used to define the command that will be run after for all
-jobs. This has to be an array or a multi-line string.
+jobs, including failed ones. This has to be an array or a multi-line string.
> **Note:**
The `before_script` and the main `script` are concatenated and run in a single context/container.