This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit f5c64aae15a193f430f09b8c343109b1a49d8165
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Jul 13 13:47:18 2021 +0200

    Fixes typo in the name of file for Breeze docker compose env (#16971)
    
    There was a typo in #16959
    
    (cherry picked from commit eeb45733e70442122c50e99a5ac5fac38c96d080)
---
 scripts/ci/docker-compose/base.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/ci/docker-compose/base.yml 
b/scripts/ci/docker-compose/base.yml
index d01368c..a9ae734 100644
--- a/scripts/ci/docker-compose/base.yml
+++ b/scripts/ci/docker-compose/base.yml
@@ -26,7 +26,7 @@ services:
       - KUBECONFIG=/files/.kube/config
       - HOST_HOME=${HOME}
     env_file:
-      - _docke_compose.env
+      - _docker_compose.env
     volumes:
       # Pass docker to inside of the container so that Kind and Moto tests can 
use it.
       - /var/run/docker.sock:/var/run/docker.sock

Reply via email to