Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(GH-2922) Save unset environment variables #170

Merged
merged 1 commit into from
Aug 2, 2021

Commits on Jul 27, 2021

  1. (GH-2922) Save unset environment variables

    The `bolt_env_wrapper` script unsets several environment variables to
    make Bolt execution predictable. Unsetting these variables also means
    they are unset when Bolt runs Ruby tasks and scripts over the local
    transport, which is incidental to Bolt being written in Ruby. The env
    wrapper now saves Ruby-related environment variables to new
    `BOLT_ORIG_<env_var>` variables, which allows Bolt to restore the
    original values when running over the local transport with
    `bundled-ruby` set to false.
    lucywyman committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    0b01054 View commit details
    Browse the repository at this point in the history