o-nikolas commented on code in PR #60341:
URL: https://github.com/apache/airflow/pull/60341#discussion_r2677738523
##########
scripts/docker/entrypoint_ci.sh:
##########
@@ -457,7 +457,11 @@ function start_api_server_with_examples(){
echo
echo "${COLOR_BLUE}Starting airflow api server${COLOR_RESET}"
echo
- airflow api-server --port 8080 --daemon
+ if [[ ${START_API_SERVER_DAEMON:-"true"} == "false" ]]; then
Review Comment:
Are we not going to add it as a breeze cli option?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]