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 891a01d0ee3b68c8a91b60c6f82fe907aac0c4b1 Author: Jarek Potiuk <jarek.pot...@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