Skip to content

Commit 7d5b315

Browse files
11.11 lesson-4.md
lesson-4.md update GitLab local Runner + brew upgrade
1 parent d749345 commit 7d5b315

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Course/install GitLab Runner/GitLab_Runner.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1019
3.
1120

0 commit comments

Comments
 (0)