diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2015-03-28 01:05:51 +0000 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2015-03-28 01:05:51 +0000 |
commit | fe923579b68a7ebc05fb24b4bb73a377680f7b68 (patch) | |
tree | a0da8a7cc3193e452af29e3d5a9f8e00fec7092e | |
parent | d17df1c065a4e2dc1a852e894eb25eeb9f620f8e (diff) | |
parent | 7880447b524e9736a443ce1f7c7ef08f2641fa65 (diff) | |
download | gitlab-ci-fe923579b68a7ebc05fb24b4bb73a377680f7b68.tar.gz |
Merge branch 'add_setup_examples' into 'master'
Remove the file for configuring a runner to run gitlab ce.
See merge request !147
-rw-r--r-- | doc/examples/README.md | 4 | ||||
-rw-r--r-- | doc/examples/configure_a_runner_to_run_the_gitlab_ce_test_suite.md | 6 |
2 files changed, 3 insertions, 7 deletions
diff --git a/doc/examples/README.md b/doc/examples/README.md index 531a8f1..bfb5b54 100644 --- a/doc/examples/README.md +++ b/doc/examples/README.md @@ -27,7 +27,9 @@ The build command is run from [GitlabCi::Build#command](https://gitlab.com/gitla # Configuring runner examples -+ [For GitLab CE](configure_a_runner_to_run_the_gitlab_ce_test_suite.md) + [For Ruby](configure/ruby.md) We welcome contributions of examples for other environments. + +Please see [cookbook-gitlab-test](https://gitlab.com/gitlab-org/cookbook-gitlab-test/blob/master/README.md) +for instructions how to prepare a server to run CI tests for GitLab. diff --git a/doc/examples/configure_a_runner_to_run_the_gitlab_ce_test_suite.md b/doc/examples/configure_a_runner_to_run_the_gitlab_ce_test_suite.md deleted file mode 100644 index 0ddab52..0000000 --- a/doc/examples/configure_a_runner_to_run_the_gitlab_ce_test_suite.md +++ /dev/null @@ -1,6 +0,0 @@ -## Configure a runner to run the GitLab CE test suite - -Please see -[cookbook-gitlab-test](https://gitlab.com/gitlab-org/cookbook-gitlab-test/blob/master/README.md) -for instructions how to prepare a server to run CI tests for GitLab. The actual -[build script](build_script_gitlab_ce.md) is separate. |