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(codebuild): start representing BuildSpec as object #2820

Merged
merged 2 commits into from
Jun 12, 2019

Commits on Jun 11, 2019

  1. fix(codebuild): start representing BuildSpec as object

    Minimal representation of BuildSpec, formalizing some logic
    that was already in `Project` but not really well-placed there.
    
    It has very minimal support for merging buildspecs (only commands,
    not artifacts or anything else).
    
    Internal representation is hidden though, and can be improved and
    extended later.
    rix0rrr committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    9f97f68 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Fix usages

    rix0rrr committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    173f67f View commit details
    Browse the repository at this point in the history