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
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-18 19:14:40 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-18 19:14:40 +0400
commitc0cecdb08afe4262019428290ed231f0040aa547 (patch)
treed872a34fbf324ae4dfd255b80d431321a322e5b8 /doc/development
parent175a913065ea1a3ccdf89c2d94a870a61db30aa9 (diff)
Mention build script
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/ci_setup.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/development/ci_setup.md b/doc/development/ci_setup.md
index 55156103ec9..7c4adc1a879 100644
--- a/doc/development/ci_setup.md
+++ b/doc/development/ci_setup.md
@@ -6,7 +6,8 @@ What services we currently use for testing GitLab:
### GitLab CI at ci.gitlab.org
-We use it for testing software from private server at dev.gitlab.org
+We use it for testing software from private server at dev.gitlab.org.
+We use [this build script](https://gitlab.com/gitlab-org/gitlab-ci/blob/master/doc/examples/build_script_gitlab_ce.md) for testing GitLab CE on ci.gitlab.org
### Semaphore at semaphoreapp.com