Skip to content

Instantly share code, notes, and snippets.

@megos
Created March 26, 2019 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save megos/955fa48c114e776d27d62f2ebcef6658 to your computer and use it in GitHub Desktop.
Save megos/955fa48c114e776d27d62f2ebcef6658 to your computer and use it in GitHub Desktop.
GitLab Runner update script on CoreOS
#!/bin/bash
sudo /opt/bin/gitlab-runner stop
sudo wget -O /opt/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-amd64
sudo chmod +x /opt/bin/gitlab-runner
sudo /opt/bin/gitlab-runner start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment