Skip to content
This repository was archived by the owner on May 12, 2018. It is now read-only.

Commit 69a781c

Browse files
committed
More information in readme.
1 parent 7437bd9 commit 69a781c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,15 @@ Possible Cases:
4343
* 1 __GitLab CI__ and N __GitLab CI Runner__ instances on different machines
4444
* 1 __GitLab CI__ and N __GitLab CI Runner__ instances on local machines
4545

46-
4746
![screen](https://raw.github.com/gitlabhq/gitlab-ci/master/app/assets/images/arch.jpg)
4847

48+
The runner runs the line below and then runs the commands in your projects settings
49+
cd /gitlab-ci-runner/tmp/builds && git clone git@gitlab_server_fqdn:group/project.git project-1 && cd project-1 && git checkout master
50+
51+
For more information see:
52+
[Announcing GitLab CI 3.0](http://blog.gitlab.org/announcing-gitlab-ci-3.0/)
53+
[Integrating GitLab CI With GitLab to Enable Distributed Builds](http://blog.gitlab.org/integrating-gitlab-ci-with-gitlab/)
54+
4955
### Installation
5056

5157
* [Installation and setup guide](https://github.com/gitlabhq/gitlab-ci/blob/master/doc/installation.md)

0 commit comments

Comments
 (0)