Clarify breeze docs --install-airflow-version/-reference (#11570)

* Clarify breeze docs --install-airflow-version/-reference

* Add to automated bash scripts
This commit is contained in:
Felix Uellendall 2020-10-16 10:50:17 +02:00 коммит произвёл GitHub
Родитель 8372ab1375
Коммит 5d4fbcebe7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -1197,11 +1197,11 @@ This is the current syntax for `./breeze <./breeze>`_:
image building time in production image and at container entering time for CI image. One of:
1.10.12 1.10.11 1.10.10 1.10.9 1.10.8 1.10.7 1.10.6 1.10.5 1.10.4 1.10.3 1.10.2
master v1-10-test
-t, --install-airflow-reference INSTALL_AIRFLOW_REFERENCE
If specified, installs Airflow directly from reference in GitHub. This happens at
image building time in production image and at container entering time for CI image.
This can be a GitHub branch like master or v1-10-test, or a tag like 2.0.0a1.
--no-rbac-ui
Disables RBAC UI when Airflow 1.10.* is installed.
@ -2183,11 +2183,11 @@ This is the current syntax for `./breeze <./breeze>`_:
image building time in production image and at container entering time for CI image. One of:
1.10.12 1.10.11 1.10.10 1.10.9 1.10.8 1.10.7 1.10.6 1.10.5 1.10.4 1.10.3 1.10.2
master v1-10-test
-t, --install-airflow-reference INSTALL_AIRFLOW_REFERENCE
If specified, installs Airflow directly from reference in GitHub. This happens at
image building time in production image and at container entering time for CI image.
This can be a GitHub branch like master or v1-10-test, or a tag like 2.0.0a1.
--no-rbac-ui
Disables RBAC UI when Airflow 1.10.* is installed.

1
breeze
Просмотреть файл

@ -2207,6 +2207,7 @@ ${FORMATTED_INSTALL_AIRFLOW_VERSIONS}
-t, --install-airflow-reference INSTALL_AIRFLOW_REFERENCE
If specified, installs Airflow directly from reference in GitHub. This happens at
image building time in production image and at container entering time for CI image.
This can be a GitHub branch like master or v1-10-test, or a tag like 2.0.0a1.
--no-rbac-ui
Disables RBAC UI when Airflow 1.10.* is installed.

Просмотреть файл

@ -60,8 +60,6 @@ _breeze_allowed_install_airflow_versions=$(cat <<-EOF
1.10.4
1.10.3
1.10.2
master
v1-10-test
EOF
)