summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2015-03-27 18:03:15 -0700
committerMarin Jankovski <maxlazio@gmail.com>2015-03-27 18:03:15 -0700
commit7880447b524e9736a443ce1f7c7ef08f2641fa65 (patch)
treea0da8a7cc3193e452af29e3d5a9f8e00fec7092e /doc/examples
parent1db18654767d9b79f62e69474e889e5c0ac839d7 (diff)
downloadgitlab-ci-7880447b524e9736a443ce1f7c7ef08f2641fa65.tar.gz
Remove the file for configuring a runner to run gitlab ce.
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/README.md4
-rw-r--r--doc/examples/configure_a_runner_to_run_the_gitlab_ce_test_suite.md6
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.