Skip to content

Instantly share code, notes, and snippets.

@MeixnerTobias
Created August 14, 2016 18:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MeixnerTobias/3d8bbc723454649399faf8fde10e424a to your computer and use it in GitHub Desktop.
Save MeixnerTobias/3d8bbc723454649399faf8fde10e424a to your computer and use it in GitHub Desktop.
Install Gitlab Runner
curl -sSL https://get.docker.com/ | sh
sudo usermod -aG docker ec2-user
curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-ci-multi-runner/script.rpm.sh | sudo bash
sudo yum install gitlab-ci-multi-runner
gitlab-ci-multi-runner register
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment