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
0cb50289
Commit
0cb50289
authored
9 years ago
by
Kamil Trzcinski
Browse files
Options
Downloads
Patches
Plain Diff
Update paths to bleeding edge release
parent
5a898858
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/install/bleeding-edge.md
+6
-3
6 additions, 3 deletions
docs/install/bleeding-edge.md
with
6 additions
and
3 deletions
docs/install/bleeding-edge.md
+
6
−
3
View file @
0cb50289
...
...
@@ -18,9 +18,10 @@ chmod +x gitlab-ci-multi-runner-linux-amd64
### Download one of the packages for Debian or Ubuntu
*
https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/deb/gitlab-ci-multi-runner_386.deb
*
https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/deb/gitlab-ci-multi-runner_
i
386.deb
*
https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/deb/gitlab-ci-multi-runner_amd64.deb
*
https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/deb/gitlab-ci-multi-runner_arm.deb
*
https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/deb/gitlab-ci-multi-runner_armhf.deb
You can then install it with:
```
bash
...
...
@@ -29,8 +30,10 @@ dpkg -i gitlab-ci-multi-runner_386.deb
### Download one of the packages for RedHat or CentOS
*
https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/rpm/gitlab-ci-multi-runner_
3
86.rpm
*
https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/rpm/gitlab-ci-multi-runner_
i6
86.rpm
*
https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/rpm/gitlab-ci-multi-runner_amd64.rpm
*
https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/rpm/gitlab-ci-multi-runner_arm.rpm
*
https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/rpm/gitlab-ci-multi-runner_armhf.rpm
You can then install it with:
```
bash
...
...
@@ -39,7 +42,7 @@ rpm -i gitlab-ci-multi-runner_386.rpm
### Download any other tagged release
Simply replace
`master`
with either
`tag`
(v0.2.0) or
`latest`
(the latest
Simply replace
`master`
with either
`tag`
(v0.2.0
or 0.4.2
) or
`latest`
(the latest
stable). For a list of tags see
<https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/tags>
.
For example:
...
...
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