Skip to content
Snippets Groups Projects
Commit 714f95b2 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

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
parents 1553c560 d14ed863
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment