August 2019
Beginner
608 pages
16h 7m
English
Just like we did for Linux, we are replacing the Golang binary that was downloaded previously. It also needs to be stopped, so make sure it isn't running, otherwise the installation will fail:
gitlab-runner stop
curl -o /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-darwin-amd64
chmod +x /usr/local/bin/gitlab-runner
gitlab-runner start
The steps to install the GitLab Runner software are roughly the same on the Linux and macOS platforms. The good ...
Read now
Unlock full access