Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add proper build integration for CodePipeline
- Now we have proper branch information (used by Coveralls) when builds are started via CodePiline. - In order to use this integration, `SOURCEVARIABLES_BRANCH_NAME` MUST be set to `#{SourceVariables.BranchName}`. - Add EventBridge rule template to trigger CodePipeline on tag pushes (instead of the default, which is on branch pushes). - Note that, regardless of triggering on tag push (format `v*`), CodePipeline will not use this tag as source reference. It'll use the HEAD of branch name configured on the source stage instead. See: thii/aws-codebuild-extras#3
- Loading branch information