-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(aws-codebuild): run script from asset (#677)
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. ALSO IN THIS COMMIT * Add support for NO_SOURCE, which we didn't use to have. * Fix the use of a caching bucket, which wasn't working properly before.
- Loading branch information
Showing
9 changed files
with
718 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.