summaryrefslogtreecommitdiff
path: root/doc/ci/yaml/README.md
diff options
context:
space:
mode:
authorMarcel Amirault <ravlen@gmail.com>2019-06-06 04:47:26 +0000
committerEvan Read <eread@gitlab.com>2019-06-06 04:47:26 +0000
commit04d9c3b27130918a07a2eea78ea50bc9233da598 (patch)
tree9ce8f372ed6efaff488f1637eedc4f9858784ba8 /doc/ci/yaml/README.md
parent11bb3b53bcd2b50cb3fe243ac3b778354849cdde (diff)
downloadgitlab-ce-04d9c3b27130918a07a2eea78ea50bc9233da598.tar.gz
Docs: Tweak the wording regarding artifact completion
Diffstat (limited to 'doc/ci/yaml/README.md')
-rw-r--r--doc/ci/yaml/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 716363a8d6d..fa4b0378f61 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1189,9 +1189,9 @@ skip the download step.
> - Job artifacts are only collected for successful jobs by default.
`artifacts` is used to specify a list of files and directories which should be
-attached to the job after success.
+attached to the job when it [succeeds, fails, or always](#artifactswhen).
-The artifacts will be sent to GitLab after the job finishes successfully and will
+The artifacts will be sent to GitLab after the job finishes and will
be available for download in the GitLab UI.
[Read more about artifacts](../../user/project/pipelines/job_artifacts.md).