Skip to content

Commit e458eb6

Browse files
authored
Fix params reference for default_constraints_branch (#26406)
Fixes breeze commands that depends on the default constraints branch, such as the generated diff for `breeze release-management generate-constraints`
1 parent 01e3fb7 commit e458eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/breeze/src/airflow_breeze/utils/docker_command_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ def update_expected_environment_variables(env: dict[str, str]) -> None:
610610
"AIRFLOW_CI_IMAGE": "airflow_image_name",
611611
"AIRFLOW_CI_IMAGE_WITH_TAG": "airflow_image_name_with_tag",
612612
"AIRFLOW_EXTRAS": "airflow_extras",
613-
"DEFAULT_CONSTRAINTS_BRANCH": "default-constraints-branch",
613+
"DEFAULT_CONSTRAINTS_BRANCH": "default_constraints_branch",
614614
"AIRFLOW_CONSTRAINTS_MODE": "airflow_constraints_mode",
615615
"AIRFLOW_CONSTRAINTS_REFERENCE": "airflow_constraints_reference",
616616
"AIRFLOW_IMAGE_KUBERNETES": "airflow_image_kubernetes",

0 commit comments

Comments
 (0)