docker-gitlab-ci-multi-runner icon indicating copy to clipboard operation
docker-gitlab-ci-multi-runner copied to clipboard

Add SUDOER variable to allow passwordless sudo access in shell executor

Open cpoetter opened this issue 8 years ago • 1 comments

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.

cpoetter avatar Apr 26 '17 10:04 cpoetter

I really need this for #41, thanks for your work on this one

sprucify avatar Jul 04 '17 16:07 sprucify