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
This commit is contained in:
commit
3ee33b54bf
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue