dimberman commented on a change in pull request #5777: [AIRFLOW-5161] Static 
checks are run automatically in pre-commit hooks
URL: https://github.com/apache/airflow/pull/5777#discussion_r312721122
 
 

 ##########
 File path: CONTRIBUTING.md
 ##########
 @@ -430,6 +450,14 @@ See [Troubleshooting section](#troubleshooting) for steps 
you can make to clean
 Once you performed the first build, the images are rebuilt locally rather than 
pulled - unless you
 force pull the images. But you can force it using the scripts described below.
 
+## Automated image building
+
+You can also export one of the three variables to control the behaviour of 
image rebuilding:
+
+* Images will be automatically rebuild when needed: `ASSUME_YES="true"`
+* Old images are used even if rebuild is needed (useful when you have no 
connectivity): `ASSUME_NO="true"`
+* Stop the script if image needs to be rebuild: `ASSUME_QUIT="true"`
 
 Review comment:
   Stops the script if image needs to be rebuilt*

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to