Skip to content

Commit 5f27224

Browse files
committed
Missing default scm config value
1 parent 1a8d7ea commit 5f27224

File tree

1 file changed

+1
-0
lines changed
  • src/lambda_codebase/initial_commit/bootstrap_repository/adf-bootstrap/deployment/lambda_codebase/pipeline_management

1 file changed

+1
-0
lines changed

src/lambda_codebase/initial_commit/bootstrap_repository/adf-bootstrap/deployment/lambda_codebase/pipeline_management/generate_pipeline_inputs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def generate_pipeline_inputs(pipeline, organizations, parameter_store):
9797
pipeline_object.input["regions"] or [DEPLOYMENT_ACCOUNT_REGION]
9898
)
9999
data["input"] = pipeline_object.input
100+
data['input']['default_scm_branch'] = fetch_required_ssm_params.get('default_scm_branch')
100101
store_regional_parameter_config(pipeline_object, parameter_store)
101102
return data
102103

0 commit comments

Comments
 (0)