Last active
October 12, 2018 16:54
-
-
Save paul-asvb/a2ff1438a48d0bde54105f04f9c3e689 to your computer and use it in GitHub Desktop.
install-all-for-basic-gitlab-runner.sh
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
sudo wget -O /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-386 | |
sudo chmod +x /usr/local/bin/gitlab-runner | |
curl -sSL https://get.docker.com/ | sh | |
sudo useradd --comment 'GitLab Runner' --create-home gitlab-runner --shell /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment