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/01/31 17:42:48 UTC

[GitHub] [airflow] potiuk commented on issue #21100: Breeze: Build PROD image with Breeze

potiuk commented on issue #21100:
URL: https://github.com/apache/airflow/issues/21100#issuecomment-1026039626


   You need to rebase to latest `main` @edithturn. I JUST merged today the change where those names were actually simplified and the scripts were separate. We used to have `prepare` that either did  `pull` or `build` depending on circumstances (and the logic there was complex because historically we had two ways of building.
   
   I literally yesterday simplified all that and it should be much more straightforward: https://github.com/apache/airflow/pull/21219 
   
   So:
   
   * build is build
   * pull is pull
   * there is no "prepare" any more.
   
   Also names of the CI jobs are synchronized ("Build" or "Pull" instead of ambiguous "Prepare"). 


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