You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How is the branch filter of master set on the AWS CodeBuild project? It looks like it's not set in the CloudFormation template and isn't even supported in CloudFormation.
If this is done manually, can we document this or create a Lambda function to provision it, or switch from CloudFormation to terraform or bash?
The text was updated successfully, but these errors were encountered:
Also, this part of the CloudFormation template will overrite the manual branch filter settings and the github webhook (which is changed to just push) if applied/updated.
Maybe we take this binding out entirely to avoid this and do the whole thing manually
How is the branch filter of
master
set on the AWS CodeBuild project? It looks like it's not set in the CloudFormation template and isn't even supported in CloudFormation.If this is done manually, can we document this or create a Lambda function to provision it, or switch from CloudFormation to terraform or bash?
The text was updated successfully, but these errors were encountered: