-
-
Save fachryansyah/0cfd7b5db54111c4a13b1d96099a1e32 to your computer and use it in GitHub Desktop.
registration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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