Skip to content

Fixes for shell executor with failed prepare environment

McDonnell, Marshall requested to merge fixes_for_shell_exec into master

Was running into the described error below: https://docs.gitlab.com/runner/shells/index.html#shell-profile-loading

Found I had to delete the .bash_logout for both the gitlab-runner and the root users.

Merge request reports