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 17:59:03 UTC

[airflow] 06/09: Deploy was not working from Breeze (#12319)

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 4c6add7c0d1f4de550c81ff846c7ed7875f1d171
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Thu Nov 12 19:53:35 2020 +0100

    Deploy was not working from Breeze (#12319)
    
    The get_cluster_name was called twice resulting in redonly
    error after rebasing/fixing CI failure in #12163.
    
    This PR is fxing it.
    
    (cherry picked from commit af19b126e94876c371553f6a7cfae6b1102f79fd)
---
 scripts/ci/libraries/_kind.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/ci/libraries/_kind.sh b/scripts/ci/libraries/_kind.sh
index defa4de..3a170cb 100644
--- a/scripts/ci/libraries/_kind.sh
+++ b/scripts/ci/libraries/_kind.sh
@@ -173,7 +173,6 @@ function kind::perform_kind_cluster_operation() {
             echo "Deploying Airflow to KinD"
             echo
             kind::build_image_for_kubernetes_tests
-            kind::get_kind_cluster_name
             kind::load_image_to_kind_cluster
             kind::deploy_airflow_with_helm
             kind::deploy_test_kubernetes_resources