This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit de5333e18a4bd682da0b5b078789f504160684f8 Author: Jarek Potiuk <[email protected]> AuthorDate: Sun Nov 14 16:53:52 2021 +0100 Added autogenerated _docker_Compose.env file to .rat_excludes This will skip the auto-generated file from licence check. --- .rat-excludes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rat-excludes b/.rat-excludes index ade08aa..e611436 100644 --- a/.rat-excludes +++ b/.rat-excludes @@ -110,3 +110,6 @@ chart/.gitignore chart/values.schema.json chart/Chart.lock chart/values_schema.schema.json + +# autogenerated docker-compose.env +scripts/ci/docker-compose/_docker_compose.env
