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

Handle compose_yml changes for valueless keys #84

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

Commits on Dec 21, 2017

  1. Update compose_yml.

    khuey committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    216791a View commit details
    Browse the repository at this point in the history
  2. Update compose_yml some more.

    This is not just mechanical.  Things of note:
    
    If the `io.fdy.cage.srcdir` is set but null, we will use the default srcdir.
    Similarly `io.fdy.cage.shell` will use the default shell.
    A null `io.fdy.cage.test` value is treated as if it were unset.
    Missing values for `io.fdy.cage.lib.*` labels cause errors.
    khuey committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    c290f05 View commit details
    Browse the repository at this point in the history