potiuk edited a comment on pull request #22344:
URL: https://github.com/apache/airflow/pull/22344#issuecomment-1084540144


   > > @potiuk i want to know how we can pass the `CI` flag in python? In bash 
we set it as env var. Do we need to pass that as flag when we rewrite in python?
   > > 
https://github.com/apache/airflow/blob/c58b5e583bcad83048fdee72bc9ddf6c3a7b4229/scripts/ci/libraries/_build_images.sh#L454-L463
   > 
   > @potiuk Please share your view on this when you get time.
   
   Same as in Bash. Just add the ``PIP_PROGRESS_BAR==off`` if `CI` is set to 
`true`. There is no need to pass it further. But in order to do it nicely you 
can add ``--ci`` parameter with CI `envvar` via click.


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