vincbeck commented on code in PR #60341:
URL: https://github.com/apache/airflow/pull/60341#discussion_r2677746846
##########
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:
I can add a parameter in breeze but I feel like this is niche enough to only
use an env variable
--
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]