Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ci/yaml
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-03-15 13:46:21 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-03-15 13:46:21 +0300
commit090368f6c6edf5727b3e8c5ed69ccaa31e8a2c5f (patch)
tree7388ac0251e737323887d676ff96d958001fa899 /doc/ci/yaml
parent9403142083bf0ace81fc3059f2d6c5a494e48cbf (diff)
Windows CI support is full since Runner v1.0.0
[ci skip]
Diffstat (limited to 'doc/ci/yaml')
-rw-r--r--doc/ci/yaml/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 4d27c07913d..5158e3c387c 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -399,7 +399,7 @@ The above script will:
>**Notes:**
>
> - Introduced in GitLab Runner v0.7.0 for non-Windows platforms.
-> - Limited Windows support was added in GitLab Runner v.1.0.0.
+> - Windows support was added in GitLab Runner v.1.0.0.
> - Currently not all executors are supported.
> - Build artifacts are only collected for successful builds.