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

fix(command): Restore environment variables before calling exec #30

Merged
merged 1 commit into from
Feb 4, 2021

Commits on Feb 4, 2021

  1. fix(command): Restore environment variables before calling exec

    Previously, the command would overwrite the HOST and PORT variables based on the hostname and port of the service which we would check for being available. This change prevents these variables from being overwritten, which allows you to set them outside the command.
    
    BREAKING CHANGE: HOST, PORT and other internally used environment variables are not overwritten anymore. If you use these, then you need to manually supply them.
    sd-yip committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    efd3495 View commit details
    Browse the repository at this point in the history