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

Add SUPFILE_DIR as default environment variable #176

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 9, 2020

  1. Add SUPFILE_DIR as default environment variable

    This will allow Supfiles to be run different directories and
    consistently resolve files relative to the Supfile.
    
    This CL contains refactors the resolution order of environment
    variables such that it's a bit easier to reason about.
    
    Fixes pressly#99
    stengaard committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    a6c85cd View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Resolve env var values when unmarshalling

    Commit 1595c1d accidentally removed the lines that resolve env var
    values. This adds env var resolution and adds a test to assert the
    behavior.
    stengaard committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    60873a9 View commit details
    Browse the repository at this point in the history