Skip to content

Instantly share code, notes, and snippets.

@fachryansyah
Created May 15, 2021 14:24
Show Gist options
  • Save fachryansyah/0cfd7b5db54111c4a13b1d96099a1e32 to your computer and use it in GitHub Desktop.
Save fachryansyah/0cfd7b5db54111c4a13b1d96099a1e32 to your computer and use it in GitHub Desktop.
registration
sudo gitlab-runner register \
--non-interactive \
--url "https://gitlab.com" \
--registration-token "<REGISTRATION_TOKEN_FROM_GITLAB>" \
--description "tester ci/cd" \
--executor "shell"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment