ashb commented on a change in pull request #8393: Bring back CI optimisations
URL: https://github.com/apache/airflow/pull/8393#discussion_r409465658
 
 

 ##########
 File path: scripts/ci/_utils.sh
 ##########
 @@ -134,6 +134,14 @@ function initialize_common_environment {
             "--env" "PYTHONDONTWRITEBYTECODE" \
         )
     fi
+
+    if [[ ${CI:=} == "true" ]]; then
+        CI_CODECOV_ENV="$(bash <(curl -s https://codecov.io/env))"
 
 Review comment:
   What crazy magic is this?! :) 
   
   Should this be limited to just running from Github/Travis and not CI in 
general?
   
   (I can tell what it's doing. Nothing to do here)

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


With regards,
Apache Git Services

Reply via email to