Skip to content
Snippets Groups Projects
Commit 4f9ec555 authored by Mark Pundsack's avatar Mark Pundsack
Browse files

Replace more occurences of the binary name

parent 593aba4e
Branches
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ The registration token can be found at `https://gitlab.com/project_namespace/pro ...@@ -6,7 +6,7 @@ The registration token can be found at `https://gitlab.com/project_namespace/pro
You can export it as a variable and run the command below as is: You can export it as a variable and run the command below as is:
```bash ```bash
gitlab-ci-multi-runner register \ gitlab-runner register \
--non-interactive \ --non-interactive \
--url "https://gitlab.com" \ --url "https://gitlab.com" \
--registration-token "$REGISTRATION_TOKEN" \ --registration-token "$REGISTRATION_TOKEN" \
......
...@@ -37,7 +37,7 @@ virtual machine. ...@@ -37,7 +37,7 @@ virtual machine.
## Create a new Runner ## Create a new Runner
1. Install GitLab Runner on the host running VirtualBox 1. Install GitLab Runner on the host running VirtualBox
1. Register a new GitLab Runner with `gitlab-ci-multi-runner register` 1. Register a new GitLab Runner with `gitlab-runner register`
1. Select the `virtualbox` executor 1. Select the `virtualbox` executor
1. Enter the name of the base virtual machine you created earlier (find it under 1. Enter the name of the base virtual machine you created earlier (find it under
the settings of the virtual machine **General > Basic > Name**) the settings of the virtual machine **General > Basic > Name**)
......
...@@ -165,9 +165,9 @@ causes to why this happens: ...@@ -165,9 +165,9 @@ causes to why this happens:
reinstall the `LaunchAgent` script: reinstall the `LaunchAgent` script:
``` ```
gitlab-ci-multi-runner uninstall gitlab-runner uninstall
gitlab-ci-multi-runner install gitlab-runner install
gitlab-ci-multi-runner start gitlab-runner start
``` ```
Then you can verify that `~/Library/LaunchAgents/gitlab-runner.plist` has Then you can verify that `~/Library/LaunchAgents/gitlab-runner.plist` has
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment