powered by
Configure the guest VM to be use as a GitLab Runner and return the command to run in shell to register it.
virtualboxGitlabRunner( vmr, gitlab_url, gt_token, snapshot_name = "", vm_name = "" )
Character command to run in shell to register it
a vmr object
a GitLab URL with protocol (http or https)
a GitLab registration token
name of a snapshot to use if any
the 'VitualBox' VM name if not specified in 'vmr' object provider_options.
if (FALSE) { cmd <- virtualboxGitLabRunner(vmr, "gitlab.com", "mytoken") system(cmd) }
Run the code above in your browser using DataLab