summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-01-20 20:04:43 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-01-20 20:04:43 +0000
commit714f95b2ff68c02eeee9151c9b456bb2afe7eaff (patch)
treeae515bb8d940b396f69846b9f383360b01445045
parent1553c560e0d02e670b7cec2b443545e67418b569 (diff)
parentd14ed863f7723b7de201a09861deac8787fca25d (diff)
downloadgitlab-ce-714f95b2ff68c02eeee9151c9b456bb2afe7eaff.tar.gz
Merge branch 'patch-1' into 'master'
Add note about minimum GitLab CI version Documentation update: To use variables in `.gitlab-ci.yml` it's not enough to update the GitLab Runner, a minimum version of GitLab CI is needed as well. See merge request !2514
-rw-r--r--doc/ci/variables/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md
index b99ea25a3fe..862cacda586 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -56,7 +56,7 @@ export CI_SERVER_VERSION=""
```
### YAML-defined variables
-**This feature requires GitLab Runner 0.5.0 or higher**
+**This feature requires GitLab Runner 0.5.0 or higher and GitLab CI 7.14 or higher **
GitLab CI allows you to add to `.gitlab-ci.yml` variables that are set in build environment.
The variables are stored in repository and are meant to store non-sensitive project configuration, ie. RAILS_ENV or DATABASE_URL.