diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-18 15:14:40 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-09-18 15:14:40 +0000 |
commit | c0cecdb08afe4262019428290ed231f0040aa547 (patch) | |
tree | d872a34fbf324ae4dfd255b80d431321a322e5b8 /doc/development | |
parent | 175a913065ea1a3ccdf89c2d94a870a61db30aa9 (diff) | |
download | gitlab-ce-c0cecdb08afe4262019428290ed231f0040aa547.tar.gz |
Mention build script
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/ci_setup.md | 3 |
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 |