ashb commented on a change in pull request #12766:
URL: https://github.com/apache/airflow/pull/12766#discussion_r535510419
##########
File path: scripts/in_container/prod/entrypoint_prod.sh
##########
@@ -129,7 +129,7 @@ if [[ ${AIRFLOW_COMMAND} == "bash" ]]; then
elif [[ ${AIRFLOW_COMMAND} == "python" ]]; then
shift
exec "python" "${@}"
+elif [[ ${AIRFLOW_COMMAND} == "airflow" ]]; then
+ shift
+ exec "airflow" "${@}"
fi
-
-# Run the command
-exec airflow "${@}"
Review comment:
I think it needs to support both modes - this will break the chart
otherwise!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]