Skip to content

Commit

Permalink
fix: shellcheck linter issue ignore!
Browse files Browse the repository at this point in the history
- The `AIRFLOW__LOGGING__LOGGING_LEVEL` had to be set and we couldn't remove it.
  • Loading branch information
amindadgar committed Jan 15, 2024
1 parent 4e1e60e commit e2175db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2175db

Please sign in to comment.