Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-07-20 01:17:19 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-07-20 01:17:19 +0300
commit3c3e50f9cb5283cafc461ba9f7dd450b0f72fdb7 (patch)
tree70f69d952f81965e953fefab63b1068b22f5dddc /doc/ci
parente6cbd626845ee3436fdcf36b087fd1de894804a0 (diff)
Update documentation
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/variables/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md
index 6fb164e950b..420a3c831fa 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -71,6 +71,9 @@ export CI_PROJECT_PATH="gitlab-org/gitlab-ce"
export CI_PROJECT_URL="https://gitlab.com/gitlab-org/gitlab-ce.git"
export CI_REGISTRY="registry.gitlab.com"
export CI_REGISTRY_IMAGE="registry.gitlab.com/gitlab-org/gitlab-ce"
+export CI_RUNNER_ID="10"
+export CI_RUNNER_DESCRIPTION="my runner"
+export CI_RUNNER_TAGS="docker, linux"
export CI_SERVER="yes"
export CI_SERVER_NAME="GitLab"
export CI_SERVER_REVISION="8.9.0"