summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-12-19 08:37:34 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-12-19 08:37:34 +0000
commit3ee33b54bf99f77af4d6ef8f31dde48cd42e6f0b (patch)
tree6503e19483636be53cc46d263e489d622c4b41e9
parent27859f7ed9e1efe98b8386844d0a7e69fd58277a (diff)
parentc019154a911e751efba707f0323797b240775b08 (diff)
downloadgitlab-ce-3ee33b54bf99f77af4d6ef8f31dde48cd42e6f0b.tar.gz
Merge branch 'update_artifact_runner_docs' into 'master'
Clarify Windows shell executor artifact upload support @ayufan noted that the runner does not support artifact upload for Windows shell executor. This adds a note so users aren't confused. See merge request !2142
-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.