Skip to content

Commit

Permalink
fix table in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0ptional committed Sep 28, 2020
1 parent fafa244 commit d480dbb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ custom:
#### General Properties
Property | Type | Required | Description
---|---|---|---|---
---|---|---|---
`computeType` | string | false | Defaults to `BUILD_GENERAL1_SMALL`. See [Allowed Values](https://)
`enabled` | boolean | false | Set to `false` if pipeline should not be deployed. This is useful for stage dependent creation of pipeline. Defaults to true.
`image` | string | true | Provide a docker image name.
Expand All @@ -39,15 +40,17 @@ Property | Type | Required | Description
`source` | Source Object | true | Configuration for source.

#### Source Properties

Property | Type | Required | Description
---|---|---|---|---
---|---|---|---
`repository` | string | true | Name of repository in AWS CodeCommit.
`branch` | string | false | Branch that should be checked out. Defaults to `master`.
`trigger` | boolean | false | Set to `false` if the pipeline should not be triggered on source changes. Defaults to `true`.

#### Stage Properties

Property | Type | Required | Description
---|---|---|---|---
---|---|---|---
`name` | string | true | Stage name. Output names are also based on stage name.
`spec` | string | true | Location of the CodeBuild spec file within the primary input (source).
`inputs` | string[] | false | Specify all stage names from which a stage should receive additional input. The source input is always the primary.
Expand Down

0 comments on commit d480dbb

Please sign in to comment.