summaryrefslogtreecommitdiff
path: root/doc/examples/README.md
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2015-03-27 17:46:03 -0700
committerMarin Jankovski <maxlazio@gmail.com>2015-03-27 17:46:03 -0700
commit1db18654767d9b79f62e69474e889e5c0ac839d7 (patch)
treea875a451b00f5f118f7eb88f0cad578330ff3c7d /doc/examples/README.md
parent54e320ee63421ba42a15706a6b4892c502951d44 (diff)
downloadgitlab-ci-1db18654767d9b79f62e69474e889e5c0ac839d7.tar.gz
Add example for setting up ruby env using the cookbook-gitlab-test.
Diffstat (limited to 'doc/examples/README.md')
-rw-r--r--doc/examples/README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/examples/README.md b/doc/examples/README.md
index a33a19a..531a8f1 100644
--- a/doc/examples/README.md
+++ b/doc/examples/README.md
@@ -25,6 +25,9 @@ The build command is run from [GitlabCi::Build#command](https://gitlab.com/gitla
+ [Build script GitLab CE](build_script_gitlab_ce.md)
+ [Build script for Sencha deploy PhoneGapBuild](build_script_sencha_deploy_phonegapbuild.md)
-# Configuring a runner example
+# Configuring runner examples
-+ [Configure a runner to run the GitLab CE test suite](configure_a_runner_to_run_the_gitlab_ce_test_suite.md)
++ [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.