summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Blessing <drew@gitlab.com>2015-12-17 13:01:57 -0600
committerDrew Blessing <drew@gitlab.com>2015-12-17 13:01:57 -0600
commitc019154a911e751efba707f0323797b240775b08 (patch)
tree02a9d8bfbbcb963ef8e952f2226fd9455335abe1
parentb2c593dac513c0e12153e0aa786759c4ebc996bc (diff)
downloadgitlab-ce-c019154a911e751efba707f0323797b240775b08.tar.gz
Clarify Windows shell executor artifact upload support
-rw-r--r--doc/ci/yaml/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index c5bdce2f778..fd0d49de4e4 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -336,7 +336,8 @@ The above script will:
### artifacts
-_**Note:** Introduced in GitLab Runner v0.7.0._
+_**Note:** Introduced in GitLab Runner v0.7.0. Also, the Windows shell executor
+ does not currently support artifact uploads._
`artifacts` is used to specify list of files and directories which should be
attached to build after success. Below are some examples.