Merge branch 'doc-ci-variables-readme-fix' into 'master'
fix table in doc/ci/variables/README.md The table was missing a column separator, causing GitLab to render the markdown incorrectly. [ci skip] See merge request !2840
This commit is contained in:
commit
4c3fe9e104
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ The API_TOKEN will take the Secure Variable value: `SECURE`.
|
|||
### Predefined variables (Environment Variables)
|
||||
|
||||
| Variable | Runner | Description |
|
||||
|-------------------------|-------------|
|
||||
|-------------------------|-----|--------|
|
||||
| **CI** | 0.4 | Mark that build is executed in CI environment |
|
||||
| **GITLAB_CI** | all | Mark that build is executed in GitLab CI environment |
|
||||
| **CI_SERVER** | all | Mark that build is executed in CI environment |
|
||||
|
|
Loading…
Reference in a new issue