This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v1-10-test by this push:
new f7e4f7b Revert "Adds --no-rbac-ui flag for Breeze airflow 1.10
installation (#11315)"
f7e4f7b is described below
commit f7e4f7b7f5843cd4ac966aceaa4911f1cd996bdd
Author: Kaxil Naik <[email protected]>
AuthorDate: Mon Dec 7 21:27:00 2020 +0000
Revert "Adds --no-rbac-ui flag for Breeze airflow 1.10 installation
(#11315)"
This reverts commit e9940ab34e715593a2fcaf912fb6ba43605388fb.
---
scripts/in_container/entrypoint_ci.sh | 2 --
1 file changed, 2 deletions(-)
diff --git a/scripts/in_container/entrypoint_ci.sh
b/scripts/in_container/entrypoint_ci.sh
index a645922..057d630 100755
--- a/scripts/in_container/entrypoint_ci.sh
+++ b/scripts/in_container/entrypoint_ci.sh
@@ -117,8 +117,6 @@ unset AIRFLOW__CORE__UNIT_TEST_MODE
mkdir -pv "${AIRFLOW_HOME}/logs/"
cp -f "${IN_CONTAINER_DIR}/airflow_ci.cfg" "${AIRFLOW_HOME}/unittests.cfg"
-disable_rbac_if_requested
-
set +e
"${IN_CONTAINER_DIR}/check_environment.sh"
ENVIRONMENT_EXIT_CODE=$?