amoghrajesh commented on code in PR #50326: URL: https://github.com/apache/airflow/pull/50326#discussion_r2079187057
########## scripts/in_container/check_environment.sh: ########## @@ -31,13 +31,21 @@ EXIT_CODE=0 . "$( dirname "${BASH_SOURCE[0]}" )/check_connectivity.sh" +export COLOR_YELLOW=$'\e[33m' +export COLOR_RESET=$'\e[0m' + function check_service { local label=$1 local call=$2 local max_check=${3:=1} + local sleep_time=${4:=0} Review Comment: Let me handle this in a follow up -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org