Skip to content

Commit

Permalink
Dedup optional build args (apache#37765)
Browse files Browse the repository at this point in the history
  • Loading branch information
drajguru authored Feb 28, 2024
1 parent dc4df38 commit bee0a7b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dev/breeze/src/airflow_breeze/params/build_ci_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,6 @@ def prepare_arguments_for_docker_build_command(self) -> list[str]:
self._opt_arg("ADDITIONAL_DEV_APT_ENV", self.additional_dev_apt_env)
self._opt_arg("ADDITIONAL_PIP_INSTALL_FLAGS", self.additional_pip_install_flags)
self._opt_arg("ADDITIONAL_PYTHON_DEPS", self.additional_python_deps)
self._opt_arg("ADDITIONAL_DEV_APT_COMMAND", self.additional_dev_apt_command)
self._opt_arg("ADDITIONAL_DEV_APT_DEPS", self.additional_dev_apt_deps)
self._opt_arg("ADDITIONAL_DEV_APT_ENV", self.additional_dev_apt_env)
self._opt_arg("ADDITIONAL_AIRFLOW_EXTRAS", self.additional_airflow_extras)
self._opt_arg("ADDITIONAL_PIP_INSTALL_FLAGS", self.additional_pip_install_flags)
self._opt_arg("ADDITIONAL_PYTHON_DEPS", self.additional_python_deps)
self._opt_arg("BUILD_PROGRESS", self.build_progress)
self._opt_arg("COMMIT_SHA", self.commit_sha)
self._opt_arg("DEV_APT_COMMAND", self.dev_apt_command)
Expand Down

0 comments on commit bee0a7b

Please sign in to comment.