Skip to content

Instantly share code, notes, and snippets.

@paul-asvb
Last active October 12, 2018 16:54
Show Gist options
  • Save paul-asvb/a2ff1438a48d0bde54105f04f9c3e689 to your computer and use it in GitHub Desktop.
Save paul-asvb/a2ff1438a48d0bde54105f04f9c3e689 to your computer and use it in GitHub Desktop.
install-all-for-basic-gitlab-runner.sh
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