Created
January 14, 2020 23:58
-
-
Save hotwatermorning/c15a29f0d741a54bdef80f6ef2bfdc77 to your computer and use it in GitHub Desktop.
gitlab runner update script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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