James DiGioia eac4c5bc17 Add proposal flag to pipeline plugin (#8196)
This is going to be required so we can add support for other proposals,
as well as later set the accepted proposal as the default.

Update stage-0 and stage-1 presets with `pipelineProposal` to thread down to
the plugin.
2018-06-28 01:19:40 +02:00

6 lines
85 B
JSON

{
"plugins": [
["proposal-pipeline-operator", { "proposal": "minimal" }]
]
}