August 2019
Beginner
608 pages
16h 7m
English
First, get the binary for your system (with sudo):
sudo curl -o /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-darwin-amd64
Then, just like we did previously, make the binary executable:
$ sudo chmod +x /usr/local/bin/gitlab-runner
Now that we have the binary in place, we can run the program as another user if we want:
$ cd ~$ gitlab-runner install$ gitlab-runner start
The runner will be installed and will be run after a system reboot.
Read now
Unlock full access