Skip to content
This repository has been archived by the owner on Aug 10, 2018. It is now read-only.

Latest commit

 

History

History
60 lines (46 loc) · 3.31 KB

bleeding-edge.md

File metadata and controls

60 lines (46 loc) · 3.31 KB

Bleeding edge releases (development)

Download the standalone binaries

You can then run the runner with:

chmod +x gitlab-ci-multi-runner-linux-amd64
./gitlab-ci-multi-runner-linux-amd64 run

Download one of the packages for Debian or Ubuntu

You can then install it with:

dpkg -i gitlab-ci-multi-runner_386.deb

Download one of the packages for RedHat or CentOS

You can then install it with:

rpm -i gitlab-ci-multi-runner_386.rpm

Download any other tagged release

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:

If you have problem downloading through https, fallback to plain http: