File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Course/install GitLab Runner Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,17 @@ To install GitLab Runner using Homebrew:
44 ** brew install gitlab-runner**
55 [ link] ( https://docs.gitlab.com/runner/install/osx.html#homebrew-installation-alternative )
66
7- 2 . Install GitLab Runner as a service and start it.\
8- ** brew services start gitlab-runner**
7+ 2 . Install GitLab Runner as a service and start it.\
8+ ** brew services start gitlab-runner:** \
9+ ` Successfully started 'gitlab-runner' (label: homebrew.mxcl.gitlab-runner) ` \
10+ $ gitlab-runner -version === shows the version of GitLab runner\
11+ $ brew services info gitlab-runner === to check the status\
12+ ` gitlab-runner (homebrew.mxcl.gitlab-runner) ` \
13+ ` Running: ✔ ` \
14+ ` Loaded: ✔ ` \
15+ ` Schedulable: ✘ ` \
16+ ` User: andreyshabunov ` \
17+ ` PID: 26826 `
918
10193 .
1120
You can’t perform that action at this time.
0 commit comments