Skip to content

Add sh to --shell --help following documentation

What does this MR do?

Per https://docs.gitlab.com/runner/shells/index.html, sh is also an option for --shell/RUNNER_SHELL. This adds sh to the list of options given by --help.

Why was this MR needed?

gitlab-runner --help lists bash, cmd, pwsh and powershell, but not sh.

What's the best way to test this MR?

gitlab-runner --help

What are the relevant issue numbers?

Edited by David Hannasch

Merge request reports