This repository was archived by the owner on May 12, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1+ StringLiterals :
2+ EnforcedStyle : single_quotes
3+ Enabled : true
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ sudo apt-get install -y wget curl gcc libxml2-dev libxslt-dev libcurl4-openssl-d
4545b) MacOSX (make sure you have [ homebrew] ( http://brew.sh/ ) installed)
4646
4747``` bash
48- sudo brew install icu4c
48+ brew install icu4c
4949```
5050
5151Install Ruby from source:
@@ -130,7 +130,7 @@ It will remove the runner's information from the coordinator and remove the give
130130```
131131exit;
132132cd /home/gitlab_ci_runner/gitlab-ci-runner
133- sudo cp ./lib/support/upstart/gitlab-ci-runner.conf /etc/init.d /
133+ sudo cp ./lib/support/upstart/gitlab-ci-runner.conf /etc/init/
134134```
135135
136136
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def initialize
1414 def build_config
1515 url = ENV [ 'CI_SERVER_URL' ]
1616 unless url
17- puts 'Please enter the gitlab-ci coordinator URL (e.g. http://gitlab-ci.org:3000 / )'
17+ puts 'Please enter the gitlab-ci coordinator URL (e.g. http://gitlab-ci.org/ )'
1818 url = gets . chomp
1919 end
2020
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ INIT_LOG="/var/log/gitlab_ci_runner.log"
2222
2323# runners_pid_path defines a file in which the individual runners place their pids.
2424# The default is "$pid_path/runners.pid"
25- RUNNERS_PID ="$PID_PATH/runners.pid"
25+ RUNNER_PID ="$PID_PATH/runners.pid"
You can’t perform that action at this time.
0 commit comments