Open
Description
When you disable the deploy stage like this:
- name: sample-codebuild-only
default_providers:
source:
provider: codecommit
properties:
account_id: 111111111111
build:
provider: codebuild
deploy:
provider: cloudformation
enabled: False
It fails with the error: Wrong key 'enabled' in {'provider': 'cloudformation', 'enabled': False}
.
Even though it is supposed to work according to the default deploy provider schema. See:
The problem is that the individual providers that it matches against does not support the enabled property. See:
and: