Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
scripts\in_container
folder when all other sources are removed. (…
…#36129) This allows to tests the scripts that require --mount-sources remove but you run some scripts inside the container (for example this was the case when modifying installation of airflow and providers to be run in Python in #36094. In order to debug those, The image needed to be rebuild to run the "in-container" scripts.. More importantly - users will also have to rebuild the image after they rebase to latest main - in order to use the new scripts when runinng `--use-airflow-version`. This change will make the modification coming from main visible in their images even without rebuilding the image.
- Loading branch information