sameersbn / docker-gitlab-ci-multi-runner

MIT License
145 stars 85 forks source link

Add SUDOER variable to allow passwordless sudo access in shell executor #37

Open cpoetter opened 7 years ago

cpoetter commented 7 years ago

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.

sprucify commented 7 years ago

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