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

feat(aws-codebuild): build script from asset #677

Merged
merged 6 commits into from
Sep 7, 2018

Commits on Sep 6, 2018

  1. feat(aws-codebuild): build script from asset

    Add a feature to CodeBuild projects to allow reading the build script
    from an asset.
    
    This is useful to decouple (potentially complex) build scripts from the
    artifacts being processed, or for simply running a long-running script
    in a serverless fashion.
    
    Fixes #639.
    Rico Huijbers committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    a20584f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caa5ea7 View commit details
    Browse the repository at this point in the history
  3. Fix buildspec formatting, add integ test

    Rico Huijbers committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    010a614 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. BUGFIX caching wasn't working. It is now.

    Rico Huijbers committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    2e4fb06 View commit details
    Browse the repository at this point in the history
  2. Spoke too soon, permissions would be effed

    Rico Huijbers committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    8e83005 View commit details
    Browse the repository at this point in the history
  3. Fix test expectations

    Rico Huijbers committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    b8d5a0c View commit details
    Browse the repository at this point in the history