Loading register.sh +4 −0 Original line number Diff line number Diff line Loading @@ -166,6 +166,10 @@ case $COMMAND in --run-untagged=true \ --locked=false # Workaround for https://gitlab.com/gitlab-org/gitlab-runner/issues/4203 sed -i '/\[runners\.custom_build_dir\]/{$!N;/\n\s*\[/!P;D}' \ ${RUNNER_CONFIG}/config.toml systemctl enable ${SYSTEMD_UNIT} systemctl start ${SYSTEMD_UNIT} ;; Loading Loading
register.sh +4 −0 Original line number Diff line number Diff line Loading @@ -166,6 +166,10 @@ case $COMMAND in --run-untagged=true \ --locked=false # Workaround for https://gitlab.com/gitlab-org/gitlab-runner/issues/4203 sed -i '/\[runners\.custom_build_dir\]/{$!N;/\n\s*\[/!P;D}' \ ${RUNNER_CONFIG}/config.toml systemctl enable ${SYSTEMD_UNIT} systemctl start ${SYSTEMD_UNIT} ;; Loading