From e2175db0c46813f043530e0f18dc897ea05730fa Mon Sep 17 00:00:00 2001 From: Mohammad Amin Date: Mon, 15 Jan 2024 11:42:17 +0330 Subject: [PATCH] fix: shellcheck linter issue ignore! - The `AIRFLOW__LOGGING__LOGGING_LEVEL` had to be set and we couldn't remove it. --- init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/init.sh b/init.sh index 5566e1b6..f728634f 100755 --- a/init.sh +++ b/init.sh @@ -3,6 +3,7 @@ function ver() { printf "%04d" "${1//./ }" } +# shellcheck disable=SC2034 airflow_version=$(AIRFLOW__LOGGING__LOGGING_LEVEL=INFO && gosu airflow airflow version) airflow_version_comparable=$(ver "${airflow_version}") min_airflow_version=2.2.0