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 setting PORTER_HOME on plugins #1235

Merged
merged 2 commits into from
Aug 27, 2020

Commits on Aug 27, 2020

  1. Fix setting PORTER_HOME on plugins

    When running a plugin, I was setting PORTER_HOME improperly. Windows was
    having none of it and was refusing to run the plugin with an improperly
    formatted env var, returning
    
    The parameter is incorrect
    carolynvs committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    50d8711 View commit details
    Browse the repository at this point in the history
  2. Test porter list in our xplat install check

    Do a quick check that porter list works on all OSes during our install check
    as a smoke test that what we installed works. This is a stopgap until we
    can run our full test suite on all OSes in our PR CI run.
    carolynvs committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    26e2bf3 View commit details
    Browse the repository at this point in the history