Skip to content

Instantly share code, notes, and snippets.

@paul-asvb
Last active October 12, 2018 16:08
Show Gist options
  • Save paul-asvb/5efbe2005672ccc583b9aebdd1aa2b21 to your computer and use it in GitHub Desktop.
Save paul-asvb/5efbe2005672ccc583b9aebdd1aa2b21 to your computer and use it in GitHub Desktop.
sudo wget -O /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-amd64
sudo chmod +x /usr/local/bin/gitlab-runner
sudo useradd --comment 'GitLab Runner' --create-home gitlab-runner --shell /bin/bash
sudo gitlab-runner install --user=gitlab-runner --working-directory=/home/gitlab-runner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment