You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/07 10:46:43 UTC

[GitHub] [airflow] joppevos commented on a diff in pull request #22344: ci prepare-build-cache

joppevos commented on code in PR #22344:
URL: https://github.com/apache/airflow/pull/22344#discussion_r844990087


##########
dev/breeze/src/airflow_breeze/breeze.py:
##########
@@ -181,6 +181,12 @@ def main():
     help='The basic apt runtime dependencies to use when building the images.',
     envvar='RUNTIME_APT_DEPS',
 )
+option_ci_flag = click.option(
+    '--ci',
+    help='Enabling this option will off the pip progress bar',

Review Comment:
   I assume it should be "...will TURN off the pip..."? :)



-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org