An error occurred while fetching the assigned milestone of the selected merge_request.
Add runner registration feedback
All threads resolved!
All threads resolved!
Compare changes
This change adds feedback for the user to see when a runner registration has been successful.
See the entire demo at: https://youtu.be/6Bi8XsB73_M
rails c
, and then Feature.enable(:create_runner_workflow_for_admin)
main
version of runner (note that this version has not been released)$ cd ~
$ curl --output gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/main/binaries/gitlab-runner-darwin-amd64
$ chmod +x gitlab-runner
$ ./gitlab-runner install
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #383139 (closed)