aws-deployment-framework
aws-deployment-framework copied to clipboard
Feature request: Support for CODEBUILD_CLONE_REF in Source of deployment map
I would like to have CODEBUILD_CLONE_REF
as an option on source output artifact format so that I can do some git specific actions in Codebuild
Do you see this just as a property on the code commit source provider?
default_providers:
source:
provider: codecommit
properties:
output_artifact_format: CODEBUILD_CLONE_REF | CODE_ZIP
Would that work you?
@StewartW That would be awesome We use a lot of submodules and that would really help. Currently, I manually change the pipeline source but if ADF can do it. It would be great!
Thank you for your patience. I am happy to inform you that this feature has been released as part of v3.2.0 just now. I'm hereby closing this issue. Please open a new issue if you are experiencing any issues related to this feature.