From 95256a89a5d7946727b7c2149c570a70cca33f78 Mon Sep 17 00:00:00 2001 From: Sergiy Markin Date: Thu, 10 Oct 2024 17:22:21 +0000 Subject: [PATCH] Airflow db sync improvement Change-Id: Ibcf603ba87b8568f90b832f618f8551fe5f4956e --- charts/shipyard/templates/bin/_airflow-db-sync.sh.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/shipyard/templates/bin/_airflow-db-sync.sh.tpl b/charts/shipyard/templates/bin/_airflow-db-sync.sh.tpl index f0dcb42c..0d8f4e00 100644 --- a/charts/shipyard/templates/bin/_airflow-db-sync.sh.tpl +++ b/charts/shipyard/templates/bin/_airflow-db-sync.sh.tpl @@ -19,5 +19,4 @@ limitations under the License. set -ex -airflow db init airflow db migrate