Skip to content
Snippets Groups Projects
Commit 8af806a3 authored by Matthias Käppler's avatar Matthias Käppler :bicyclist_tone5:
Browse files

Merge branch 'remove-sudo-from-macos-runner-registration-instructions' into 'master'

Remove sudo runner registration instructions macos

See merge request gitlab-org/gitlab!86455
parents 73e5e7f6 2c995f84
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -25,7 +25,7 @@ class ArgumentError < ::ArgumentError; end
amd64: "https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-darwin-amd64"
},
install_script_template_path: "lib/gitlab/ci/runner_instructions/templates/osx/install.sh",
runner_executable: "sudo gitlab-runner"
runner_executable: "gitlab-runner"
},
windows: {
human_readable_name: "Windows",
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment