This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit bfbbcabbddfe5da9702f1cdbdcdfa7f19f39718b Author: Jarek Potiuk <[email protected]> AuthorDate: Sun Oct 4 08:30:11 2020 +0200 The bats script for CI image is now placed in the docker folder (#11262) The script was previously placed in scripts/ci which caused a bit of a problem in 1-10-test branch where PRs were using scripts/ci from the v1-10-test HEAD but they were missing the ci script from the PR. The scripts "ci" are parts of the host scripts that are always taken from master when the image is built, but all the other stuff should be taken from "docker" folder - which will be taken from the PR. (cherry picked from commit e89d384688a389bf7bd6f5d390a43f322f4956ec) --- .dockerignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.dockerignore b/.dockerignore index 7c5ad9b..13c8543 100644 --- a/.dockerignore +++ b/.dockerignore @@ -39,6 +39,9 @@ !scripts/in_container !scripts/docker +# Add backport packages to the context +!backport_packages + # Add tests and kubernetes_tests to context. !tests !kubernetes_tests
