Skip to content

Change interpreter for register-runner to BASH

Caleb Cooper requested to merge calebcooper-bash-for-register-runner into master

A US Federal customer (internal link) reported that the Alpine version of the Runner Helper was failing in the GitLab Runner Operator with syntax errors because the register-runner script was called with sh rather than bash and that script uses bashisms. This MR changes the interpreter used to call the register-runner script from sh to bash.

Merge request reports