potiuk commented on code in PR #47691:
URL: https://github.com/apache/airflow/pull/47691#discussion_r2003431357


##########
Dockerfile.ci:
##########
@@ -1030,7 +1030,7 @@ function start_api_server_with_examples(){
     airflow dags reserialize
     echo "Example dags parsing finished"
     echo "Create admin user"
-    airflow users create -u admin -p admin -f Thor -l Administrator -r Admin 
-e [email protected]
+    airflow users create -u admin -p admin -f Thor -l Administrator -r Admin 
-e [email protected] > /dev/null 2>&1 || true

Review Comment:
   Same here. If there are errors we will not see them. That's a recipe for few 
hours of head scratching if we have a bug



-- 
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]

Reply via email to