The GitHub Actions job "Build Images" on airflow.git has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
87db33bbec464cd47cb7d0639ae7c569d01c0e81 / Jarek Potiuk <[email protected]>
Better behaviour for self-update of Breeze

Breeze self-upgrade behaved somewhat erratically:

1) when executed manually as `self-upgrade` it printed "repaat the
   command" - which made no sense

2) whe triggered as part of an environment check (i.e. when breeze
   version was different or installed from another workspaece) it
   upgraded - and also printed "repeat the command" - which made
   more sense but added a need to repeat the command.

3) It asked the user to make the decision - but since reinstallation
   is not very intrusive (just few seonds delay) it makes little sense
   as reinstalling breeze would usually take less time than making
   decision

This change fixes it for both cases:

1) there is no "repat the command" when you run self-upgrade command
2) when self-upgrade is triggered as part of another command, the
   original command is automatically re-run (with execvl - so
   replacing previous process) after the self-upgrde completed.
3) reinstalling breeze happens automatically in both cases without
   asking the user.

Report URL: https://github.com/apache/airflow/actions/runs/2810291070

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to