diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-12-19 08:37:34 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-12-19 08:37:34 +0000 |
commit | 3ee33b54bf99f77af4d6ef8f31dde48cd42e6f0b (patch) | |
tree | 6503e19483636be53cc46d263e489d622c4b41e9 /doc | |
parent | 27859f7ed9e1efe98b8386844d0a7e69fd58277a (diff) | |
parent | c019154a911e751efba707f0323797b240775b08 (diff) | |
download | gitlab-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
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. |