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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
