Skip to content

Instantly share code, notes, and snippets.

@hotwatermorning
Created January 14, 2020 23:58
Show Gist options
  • Save hotwatermorning/c15a29f0d741a54bdef80f6ef2bfdc77 to your computer and use it in GitHub Desktop.
Save hotwatermorning/c15a29f0d741a54bdef80f6ef2bfdc77 to your computer and use it in GitHub Desktop.
gitlab runner update script
#!/bin/bash
sudo curl -o /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-darwin-amd64
echo "set permission..."
sudo chmod +x /usr/local/bin/gitlab-runner
echo "start gitlab-runner..."
gitlab-runner start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment