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

Commit 76f862e

Browse files
committed
Quote command.
1 parent 6fad6c6 commit 76f862e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ Possible Cases:
4646
![screen](https://raw.github.com/gitlabhq/gitlab-ci/master/app/assets/images/arch.jpg)
4747

4848
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
49+
50+
cd /gitlab-ci-runner/tmp/builds && git clone git@gitlab_server_fqdn:group/project.git project-1 && cd project-1 && git checkout master
5051

5152
For more information see:
5253
[Announcing GitLab CI 3.0](http://blog.gitlab.org/announcing-gitlab-ci-3.0/)

0 commit comments

Comments
 (0)