This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new e09e4635b0 Self upgrade when refreshing images (#23686)
e09e4635b0 is described below

commit e09e4635b0dc50cbd3a18f8be02ce9b2e2f3d742
Author: Jarek Potiuk <[email protected]>
AuthorDate: Fri May 20 20:08:21 2022 +0200

    Self upgrade when refreshing images (#23686)
    
    When you have two branches, you should sefl-upgrade breeze to make
    sure you use the version that is tied with your branch.
    
    Usually we have two active branches - main and the last released
    line, so switching between then is not unlikely for maintainers.
---
 dev/refresh_images.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev/refresh_images.sh b/dev/refresh_images.sh
index fc436e8853..333b3b87eb 100755
--- a/dev/refresh_images.sh
+++ b/dev/refresh_images.sh
@@ -23,6 +23,8 @@ export ANSWER="yes"
 export CI="true"
 export GITHUB_TOKEN=""
 
+breeze self-upgrade --force
+
 breeze build-image \
      --build-multiple-images \
      --prepare-buildx-cache \

Reply via email to