Skip to content

Instantly share code, notes, and snippets.

@slickplaid
Created December 11, 2018 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slickplaid/f2f3e8d5c8feb56bdc9a4f9d1f916465 to your computer and use it in GitHub Desktop.
Save slickplaid/f2f3e8d5c8feb56bdc9a4f9d1f916465 to your computer and use it in GitHub Desktop.
Install gitlab-ci runner for ChromeOS
curl -sSL https://get.docker.com/ | sh
sudo usermod -aG docker $USER
curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-ci-multi-runner/script.deb.sh | sudo bash
sudo apt install gitlab-ci-multi-runner
gitlab-runner
echo "Done :)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment