kaxil commented on a change in pull request #15320:
URL: https://github.com/apache/airflow/pull/15320#discussion_r613505443



##########
File path: scripts/ci/libraries/_initialization.sh
##########
@@ -464,6 +464,13 @@ function 
initialization::initialize_image_build_variables() {
     #   * 'constraints-source-providers' for constraints with source version 
of providers (defaults in Breeze and CI)
     #   * 'constraints-no-providers' for constraints without providers
     export 
AIRFLOW_CONSTRAINTS="${AIRFLOW_CONSTRAINTS:="constraints-source-providers"}"
+
+    # Replace airflow at runtime in CI image with the one specified
+    #   * none - just removes airflow
+    #   * wheel - replaces airflow with one specified in the wheel file in 
/dist
+    #   * wheel - replaces airflow with one specified in the sdist file in 
/dist

Review comment:
       ```suggestion
       #   * sdist - replaces airflow with one specified in the sdist file in 
/dist
   ```




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


Reply via email to