diff options
author | Drew Blessing <drew@gitlab.com> | 2015-12-17 13:01:57 -0600 |
---|---|---|
committer | Drew Blessing <drew@gitlab.com> | 2015-12-17 13:01:57 -0600 |
commit | c019154a911e751efba707f0323797b240775b08 (patch) | |
tree | 02a9d8bfbbcb963ef8e952f2226fd9455335abe1 /doc | |
parent | b2c593dac513c0e12153e0aa786759c4ebc996bc (diff) | |
download | gitlab-ce-c019154a911e751efba707f0323797b240775b08.tar.gz |
Clarify Windows shell executor artifact upload support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/yaml/README.md | 3 |
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. |