Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlab-runner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lars Seipel
gitlab-runner
Commits
4f9ec555
Commit
4f9ec555
authored
8 years ago
by
Mark Pundsack
Browse files
Options
Downloads
Patches
Plain Diff
Replace more occurences of the binary name
parent
593aba4e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/examples/gitlab.md
+1
-1
1 addition, 1 deletion
docs/examples/gitlab.md
docs/executors/virtualbox.md
+1
-1
1 addition, 1 deletion
docs/executors/virtualbox.md
docs/faq/README.md
+3
-3
3 additions, 3 deletions
docs/faq/README.md
with
5 additions
and
5 deletions
docs/examples/gitlab.md
+
1
−
1
View file @
4f9ec555
...
@@ -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
"
\
...
...
This diff is collapsed.
Click to expand it.
docs/executors/virtualbox.md
+
1
−
1
View file @
4f9ec555
...
@@ -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**
)
...
...
This diff is collapsed.
Click to expand it.
docs/faq/README.md
+
3
−
3
View file @
4f9ec555
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment