summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorMarcel Amirault <ravlen@gmail.com>2019-01-30 10:43:39 +0000
committerMarcel Amirault <ravlen@gmail.com>2019-01-30 10:43:39 +0000
commit913c2691c0ae6cb82cbf5f101aa112fc0a60dca5 (patch)
tree8269db28845b971d7443164d223c5f5151c6cc0d /doc/ci
parent4c6ad05cfdc11d8f0296c1ad322bb11aa67f23d8 (diff)
downloadgitlab-ce-913c2691c0ae6cb82cbf5f101aa112fc0a60dca5.tar.gz
Change non-standard NBSP space to regular SP space
Diffstat (limited to 'doc/ci')
-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 ac46e0eedc6..64638e856cc 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -59,7 +59,7 @@ future GitLab releases.**
| **CI_COMMIT_TITLE** | 10.8 | all | The title of the commit - the full first line of the message |
| **CI_CONFIG_PATH** | 9.4 | 0.5 | The path to CI config file. Defaults to `.gitlab-ci.yml` |
| **CI_DEBUG_TRACE** | all | 1.7 | Whether [debug tracing](#debug-tracing) is enabled |
-| **CI_DEPLOY_PASSWORD** | 10.8 | all | Authentication password of the [GitLab Deploy Token][gitlab-deploy-token], only present if the Project has one related.|
+| **CI_DEPLOY_PASSWORD** | 10.8 | all | Authentication password of the [GitLab Deploy Token][gitlab-deploy-token], only present if the Project has one related.|
| **CI_DEPLOY_USER** | 10.8 | all | Authentication username of the [GitLab Deploy Token][gitlab-deploy-token], only present if the Project has one related.|
| **CI_DISPOSABLE_ENVIRONMENT** | all | 10.1 | Marks that the job is executed in a disposable environment (something that is created only for this job and disposed of/destroyed after the execution - all executors except `shell` and `ssh`). If the environment is disposable, it is set to true, otherwise it is not defined at all. |
| **CI_ENVIRONMENT_NAME** | 8.15 | all | The name of the environment for this job |