79118259

Date: 2024-10-23 14:05:21
Score: 2
Natty:
Report link

problem could be with the registration token? Use the registration token obtained from the GitLab UI instead of the personal access token. Update your registration command as follows:

docker exec -it $gitlab_runner_hash gitlab-runner register --non-interactive --url "http://url.site" --registration-token YOUR-REGISTRATION-TOKEN --executor "shell" --description "shell-runner"

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: SPC0nline