docker-gitlab-ci-multi-runner
docker-gitlab-ci-multi-runner copied to clipboard
Add SUDOER variable to allow passwordless sudo access in shell executor
The SUDOER variables allows passwordless sudo access for the gitlab_ci_multi_runner user. This allows to add lines like sudo apt-get update or sudo apt-get install ... to the gitlab-ci.yml file, which can be needed if the runner is executed in the shell executor mode.
I really need this for #41, thanks for your work on this one