summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hansen <rhansen@rhansen.org>2016-02-16 15:02:18 -0500
committerRichard Hansen <rhansen@rhansen.org>2016-02-16 15:02:18 -0500
commit458e3c7167257d74a1e3ef4066ce2a2ac3d85de3 (patch)
treeff905f1fa50ef468ee7eefe049d1c698f57f4338
parentb274a1248d017761a52c1e80459c99a77b47b2a5 (diff)
downloadgitlab-ce-458e3c7167257d74a1e3ef4066ce2a2ac3d85de3.tar.gz
fix table in doc/ci/variables/README.md
-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 018d1898594..9e89e6e395e 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -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 |