Merge "Fix airflow quicktest error"

This commit is contained in:
Zuul 2020-09-28 17:01:54 +00:00 committed by Gerrit Code Review
commit 19a11a7766
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ elif [[ $cmd == *scheduler* ]]; then
done
elif [[ $cmd == 'quicktest' ]]; then
${python3_path} ${airflow_path} initdb
${python3_path} ${airflow}_cmd webserver -p 8080 &
${python3_path} ${airflow_path} webserver -p 8080 &
airflow run example_bash_operator runme_0 2018-01-01
airflow backfill example_bash_operator -s 2018-01-01 -e 2018-01-02
airflow dag_state example_bash_operator 2018-01-01