August 2019
Beginner
608 pages
16h 7m
English
The process we are following when updating is to replace the Golang binary that was downloaded previously. It does have to be stopped, so make sure it isn't running, otherwise the installation will fail.
Stop the service (you need root permissions, like before):
gitlab-runner stop
Then, download a new binary to replace the older one:
curl -o /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-386 curl -o /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-amd64
Set the execute bit on the runner binary:
chmod +x /usr/local/bin/gitlab-runner
Start the runner again:
gitlab-runner ...
Read now
Unlock full access