You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/11/14 00:46:49 UTC

[airflow] 06/14: The bats script for CI image is now placed in the docker folder (#11262)

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 3467151fc2caef74a9374de8edf1c96904b1a5cf
Author: Jarek Potiuk <ja...@polidea.com>
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