Skip to content

Commit

Permalink
Missing default scm config value
Browse files Browse the repository at this point in the history
  • Loading branch information
StewartW committed Aug 18, 2022
1 parent 1a8d7ea commit 17767af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def generate_pipeline_inputs(pipeline, organizations, parameter_store):
pipeline_object.input["regions"] or [DEPLOYMENT_ACCOUNT_REGION]
)
data["input"] = pipeline_object.input
data['input']['default_scm_branch'] = fetch_required_ssm_params('default_scm_branch')
store_regional_parameter_config(pipeline_object, parameter_store)
return data

Expand Down

0 comments on commit 17767af

Please sign in to comment.