Skip to content

Commit

Permalink
Merge branch 'master' into codebuild-batch-build
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Dec 24, 2020
2 parents 6bf1746 + 5279f37 commit 34d7203
Show file tree
Hide file tree
Showing 9 changed files with 1,097 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ export class CodeBuildAction extends Action {
resources: [this.props.project.projectArn],
actions: [
'codebuild:BatchGetBuilds',
'codebuild:StartBuild',
'codebuild:StopBuild',
`codebuild:${this.props.executeBatchBuild ? 'StartBuildBatch' : 'StartBuild'}`,
`codebuild:${this.props.executeBatchBuild ? 'StopBuildBatch' : 'StopBuild'}`,
],
}));

Expand Down
Loading

0 comments on commit 34d7203

Please sign in to comment.